Add missing param in doc for shellpki init

This commit is contained in:
Victor LABORIE 2018-10-24 15:29:32 +02:00
parent 4092850742
commit 091b32ee73
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Usage: ./shellpki.sh <subcommand> [options] [CommonName]
Initialize PKI (create CA key and self-signed cert) :
./shellpki.sh init
./shellpki.sh init <commonName_for_CA>
Create a client cert with key and CSR directly generated on server
(use -p for set a password on client key) :