Skip to content

Commit b3f3847

Browse files
committed
_cli: Amend --certificate-chain description
Signed-off-by: Alex Cameron <asc@tetsuo.sh>
1 parent 30ffa26 commit b3f3847

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ Extended verification options:
178178
--certificate-chain FILE
179179
Path to a list of CA certificates in PEM format which
180180
will be needed when building the certificate chain for
181-
the signing certificate; must start with the parent
182-
intermediate CA certificate of the signing certificate
183-
and end with the root certificate (default: None)
181+
the signing certificate (default: None)
184182
--cert-email EMAIL Deprecated; causes an error. Use --cert-identity
185183
instead (default: None)
186184
--cert-identity IDENTITY

sigstore/_cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,7 @@ def _parser() -> argparse.ArgumentParser:
281281
type=argparse.FileType("rb"),
282282
help=(
283283
"Path to a list of CA certificates in PEM format which will be needed when building "
284-
"the certificate chain for the signing certificate; must start with the parent "
285-
"intermediate CA certificate of the signing certificate and end with the root "
286-
"certificate"
284+
"the certificate chain for the signing certificate"
287285
),
288286
)
289287
verification_options.add_argument(

0 commit comments

Comments
 (0)