mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Update CLI usage docs for --csr (#3677)
With #2403 and #3046, certbot gained the ability to parse CSRs encoded as PEM and without a SAN extension. Update the CLI usage docs to reflect this change.
This commit is contained in:
committed by
Brad Warren
parent
98911d0c3c
commit
1dafaec5a9
+3
-5
@@ -229,11 +229,9 @@ certonly:
|
||||
the port Certbot listens on. A conforming ACME server
|
||||
will still attempt to connect on port 80. (default:
|
||||
80)
|
||||
--csr CSR Path to a Certificate Signing Request (CSR) in DER
|
||||
format; note that the .csr file *must* contain a
|
||||
Subject Alternative Name field for each domain you
|
||||
want certified. Currently --csr only works with the
|
||||
'certonly' subcommand' (default: None)
|
||||
--csr CSR Path to a Certificate Signing Request (CSR) in DER or
|
||||
PEM format. Currently --csr only works with the
|
||||
'certonly' subcommand. (default: None)
|
||||
|
||||
install:
|
||||
Options for modifying how a cert is deployed
|
||||
|
||||
Reference in New Issue
Block a user