Fill README about production PKI generation
This commit is contained in:
parent
8d9e8bc0a5
commit
f3031994de
1 changed files with 12 additions and 2 deletions
14
README.md
14
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
|
||||
|
|
|
|||
Reference in a new issue