Fill README about production PKI generation

This commit is contained in:
nemunaire 2015-01-16 15:11:01 +01:00 committed by Nemunaire
commit f3031994de

View file

@ -164,8 +164,18 @@ docker run --rm -it --volumes-from pki_storage --volumes-from shared_storage pki
For production environment: For production environment:
``` ```
docker run --rm -it --volumes-from pki_storage --volumes-from shared_storage pki_setup /bin/bash docker run --rm -it --volumes-from pki_storage --volumes-from shared_storage pki_setup IPorURL
TODO next steps ```
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 7. Build the perl `Mcrypt` debian package