Commit 59e8485a authored by Vincent Pelletier's avatar Vincent Pelletier

shell: Assorted --help fixes.

parent 69da8d64
...@@ -538,6 +538,9 @@ General options ...@@ -538,6 +538,9 @@ General options
--key-len BITS --key-len BITS
Default: 2048 Default: 2048
Size of the private key to generate. See --renew-crt . Size of the private key to generate. See --renew-crt .
--user-key PATH
A file containing a private key and corresponding certificate, to
authenticate as a caucase user.
--mode {service|user} --mode {service|user}
Default: service Default: service
Caucase personality to query. Caucase personality to query.
...@@ -569,7 +572,7 @@ Anonymous actions ...@@ -569,7 +572,7 @@ Anonymous actions
also update the equivalents for user mode. You should not need this. also update the equivalents for user mode. You should not need this.
Authenticated actions Authenticated actions
These options require --user-crt . These options require --user-key .
--list-csr --list-csr
List pending certificate signing requests. List pending certificate signing requests.
--sign-csr CSR_ID --sign-csr CSR_ID
...@@ -577,7 +580,7 @@ These options require --user-crt . ...@@ -577,7 +580,7 @@ These options require --user-crt .
--sign-csr-with CSR_ID CSR_PATH --sign-csr-with CSR_ID CSR_PATH
Sign the pending request with identifier CSR_ID, replacing its extensions with Sign the pending request with identifier CSR_ID, replacing its extensions with
the ones from CSR_PATH. the ones from CSR_PATH.
--reject_csr --reject-csr
Reject pending request with identifier CSR_ID. Reject pending request with identifier CSR_ID.
--revoke-other-crt CRT_PATH --revoke-other-crt CRT_PATH
Revoke certificate read from CRT_PATH, without requiring access to its private Revoke certificate read from CRT_PATH, without requiring access to its private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment