Docfix for pegleg generate pki command
This patchset fixes: 1. -o and -f options are not available, removed both from documentation 2. Added documentation on the --author flag 3. Updated usage example for generate pki with above flag changes Change-Id: I4ced0e0fb6bf4ea88d7dd4d3a02bb0825422566c
This commit is contained in:
parent
416adce7ab
commit
e391ce9d86
@ -490,6 +490,12 @@ Dashes in the document names will be converted to underscores for consistency.
|
|||||||
|
|
||||||
Name of site.
|
Name of site.
|
||||||
|
|
||||||
|
**-a / --author** (Optional).
|
||||||
|
|
||||||
|
Identifying name of the author generating new certificates. Used for tracking
|
||||||
|
provenance information in the PeglegManagedDocuments. An attempt is made to
|
||||||
|
automatically determine this value, but should be provided.
|
||||||
|
|
||||||
**-d / --days** (Optional, Default=365).
|
**-d / --days** (Optional, Default=365).
|
||||||
|
|
||||||
Duration (in days) certificates should be valid.
|
Duration (in days) certificates should be valid.
|
||||||
@ -506,8 +512,7 @@ Examples
|
|||||||
./pegleg.sh site -r <site_repo> -e <extra_repo> \
|
./pegleg.sh site -r <site_repo> -e <extra_repo> \
|
||||||
secrets generate-pki \
|
secrets generate-pki \
|
||||||
<site_name> \
|
<site_name> \
|
||||||
-o <output> \
|
-a <author> \
|
||||||
-f <filename> \
|
|
||||||
-d <days>
|
-d <days>
|
||||||
|
|
||||||
.. _command-line-repository-overrides:
|
.. _command-line-repository-overrides:
|
||||||
|
Loading…
Reference in New Issue
Block a user