diff --git a/doc/source/cli/cli.rst b/doc/source/cli/cli.rst index 5c3ace53..592cfa5a 100644 --- a/doc/source/cli/cli.rst +++ b/doc/source/cli/cli.rst @@ -497,6 +497,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. @@ -513,8 +519,7 @@ Examples ./pegleg.sh site -r -e \ secrets generate-pki \ \ - -o \ - -f \ + -a \ -d .. _command-line-repository-overrides: