From e391ce9d86c97ec85fa9ec7017c0cfdddae707a3 Mon Sep 17 00:00:00 2001 From: Alexander Hughes Date: Wed, 22 May 2019 11:46:59 -0500 Subject: [PATCH] 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 --- doc/source/cli/cli.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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: