Merge "Docfix for pegleg generate pki command"
This commit is contained in:
commit
0f3620fd08
@ -497,6 +497,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.
|
||||||
@ -513,8 +519,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