mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Added example/cli.ini
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# This is an example of what you can do in a configuration file
|
||||
|
||||
# make sure to use a valid email and domains!
|
||||
email = foo@example.com
|
||||
domains = example.com
|
||||
|
||||
# Uncomment to use a text interface instead of ncurses
|
||||
# text = True
|
||||
|
||||
# Uncomment to use a 4096 bit RSA key instead of 2048
|
||||
# rsa-key-size = 4096
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user