certbot/examples/cli.ini

26 lines
907 B
INI
Raw Normal View History

2015-10-24 12:20:52 -04:00
# This is an example of the kind of things you can do in a configuration file.
2016-04-14 13:20:23 -04:00
# All flags used by the client can be configured here. Run Certbot with
2015-10-24 12:20:52 -04:00
# "--help" to learn more about the available options.
2015-10-22 20:13:57 -04:00
2015-10-23 22:15:00 -04:00
# Use a 4096 bit RSA key instead of 2048
rsa-key-size = 4096
2015-10-23 22:01:08 -04:00
# Uncomment and update to register with the specified e-mail address
# email = foo@example.com
2015-10-22 20:13:57 -04:00
2015-12-05 14:35:54 -05:00
# Uncomment and update to generate certificates for the specified
# domains.
# domains = example.com, www.example.com
2015-10-22 20:13:57 -04:00
# Uncomment to use a text interface instead of ncurses
# text = True
2015-10-23 22:01:08 -04:00
# Uncomment to use the standalone authenticator on port 443
# authenticator = standalone
2015-11-01 07:22:19 -05:00
# standalone-supported-challenges = tls-sni-01
2015-10-23 22:01:08 -04:00
2015-10-22 20:13:57 -04:00
# Uncomment to use the webroot authenticator. Replace webroot-path with the
# path to the public_html / webroot folder being served by your web server.
# authenticator = webroot
# webroot-path = /usr/share/nginx/html