mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +02:00
Example explanation for standalone authenticator in cli.ini mentions incorrect port (#9951)
The standalone authenticator doesn't use port 443, so the comment in the `cli.ini` example also shouldn't say so.
This commit is contained in:
@@ -17,7 +17,7 @@ rsa-key-size = 4096
|
||||
# Uncomment and update to register with the specified e-mail address
|
||||
# email = foo@example.com
|
||||
|
||||
# Uncomment to use the standalone authenticator on port 443
|
||||
# Uncomment to use the standalone authenticator on port 80
|
||||
# authenticator = standalone
|
||||
|
||||
# Uncomment to use the webroot authenticator. Replace webroot-path with the
|
||||
|
||||
Reference in New Issue
Block a user