mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Updated examples/cli.ini
This commit is contained in:
+10
-4
@@ -1,8 +1,7 @@
|
|||||||
# This is an example of what you can do in a configuration file
|
# This is an example of the kind of things you can do in a configuration file
|
||||||
|
|
||||||
# make sure to use a valid email and domains!
|
# Uncomment and update to register with the specified e-mail address
|
||||||
email = foo@example.com
|
# email = foo@example.com
|
||||||
domains = example.com
|
|
||||||
|
|
||||||
# Uncomment to use a text interface instead of ncurses
|
# Uncomment to use a text interface instead of ncurses
|
||||||
# text = True
|
# text = True
|
||||||
@@ -10,6 +9,13 @@ domains = example.com
|
|||||||
# Uncomment to use a 4096 bit RSA key instead of 2048
|
# Uncomment to use a 4096 bit RSA key instead of 2048
|
||||||
# rsa-key-size = 4096
|
# rsa-key-size = 4096
|
||||||
|
|
||||||
|
# Uncomment to always use the staging/testing server
|
||||||
|
# server = https://acme-staging.api.letsencrypt.org/directory
|
||||||
|
|
||||||
|
# Uncomment to use the standalone authenticator on port 443
|
||||||
|
# authenticator = standalone
|
||||||
|
# standalone-supported-challenges = dvsni
|
||||||
|
|
||||||
# Uncomment to use the webroot authenticator. Replace webroot-path with the
|
# Uncomment to use the webroot authenticator. Replace webroot-path with the
|
||||||
# path to the public_html / webroot folder being served by your web server.
|
# path to the public_html / webroot folder being served by your web server.
|
||||||
# authenticator = webroot
|
# authenticator = webroot
|
||||||
|
|||||||
Reference in New Issue
Block a user