File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,7 @@ Extended verification options:
178
178
--certificate-chain FILE
179
179
Path to a list of CA certificates in PEM format which
180
180
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)
184
182
--cert-email EMAIL Deprecated; causes an error. Use --cert-identity
185
183
instead (default: None)
186
184
--cert-identity IDENTITY
Original file line number Diff line number Diff line change @@ -281,9 +281,7 @@ def _parser() -> argparse.ArgumentParser:
281
281
type = argparse .FileType ("rb" ),
282
282
help = (
283
283
"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"
287
285
),
288
286
)
289
287
verification_options .add_argument (
You can’t perform that action at this time.
0 commit comments