README forgot a line
This commit is contained in:
parent
6870dbbc37
commit
a026f2dbd4
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ $ for cert_name in $(cat /path/to/file_certs_to_revoke); do CA_PASSWORD=$CA_PASS
|
|||
To create (without `--replace-existing`) or renew (with `--replace-existing`), with a password on the client key :
|
||||
|
||||
~~~
|
||||
$ read CA_PASS
|
||||
$ for cert_name in $(cat /path/to/file_certs_to_create); do apg -n 1 -m 16 -M lcN > /path/to/folder/to/store/${cert_name}.passwd; CA_PASSWORD=$CA_PASS shellpki create --replace-existing --non-interactive --password-file /path/to/folder/to/store/${cert_name}.passwd ${cert_name}; done
|
||||
~~~
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue