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:
Alexander Hughes 2019-05-22 11:46:59 -05:00 committed by Alexander Hughes
parent 416adce7ab
commit e391ce9d86
1 changed files with 7 additions and 2 deletions

View File

@ -490,6 +490,12 @@ Dashes in the document names will be converted to underscores for consistency.
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).
Duration (in days) certificates should be valid.
@ -506,8 +512,7 @@ Examples
./pegleg.sh site -r <site_repo> -e <extra_repo> \
secrets generate-pki \
<site_name> \
-o <output> \
-f <filename> \
-a <author> \
-d <days>
.. _command-line-repository-overrides: