From f3031994de8f1d0403ca46e9f4cbc676b7e5e9e7 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Fri, 16 Jan 2015 15:11:01 +0100 Subject: [PATCH] Fill README about production PKI generation --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4228a280..201bee87 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,18 @@ docker run --rm -it --volumes-from pki_storage --volumes-from shared_storage pki For production environment: ``` -docker run --rm -it --volumes-from pki_storage --volumes-from shared_storage pki_setup /bin/bash -TODO next steps +docker run --rm -it --volumes-from pki_storage --volumes-from shared_storage pki_setup IPorURL +``` + +Where `IPorURL` is the way the certificat will authenticate: if challengers +will access the frontend with a custom domain, indicate this domain +(eg. `epita_challenge.fic.local`); else indicate the IP of the **front** host +on the network (eg. `192.168.0.5`). + +For example, 2015 PKI generation looks like: + +``` +docker run --rm -it --volumes-from pki_storage --volumes-from shared_storage pki_setup 192.168.0.5 ``` 7. Build the perl `Mcrypt` debian package