diff --git a/doc/source/cli/cli.rst b/doc/source/cli/cli.rst index ab7acbbf..d0d7de22 100644 --- a/doc/source/cli/cli.rst +++ b/doc/source/cli/cli.rst @@ -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 -e \ secrets generate-pki \ \ - -o \ - -f \ + -a \ -d .. _command-line-repository-overrides: