-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcli.ini
34 lines (26 loc) · 1.13 KB
/
cli.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This is an example of the kind of things you can do in a configuration file.
# All flags used by the client can be configured here. Run Let's Encrypt with
# "--help" to learn more about the available options.
# Use a 4096 bit RSA key instead of 2048
rsa-key-size = 4096
# Always use the staging/testing server
# server = https://acme-staging.api.letsencrypt.org/directory
# Uncomment and update to register with the specified e-mail address
email = <your email here>
# Uncomment and update to generate certificates for the specified
# domains.
domains = <your domains here>
# Uncomment to use a text interface instead of ncurses
# text = True
agree-tos = True
# debug = True
# Unfortunately, it's not possible to specify "verbose" multiple times
# (correspondingly to -vvvvvv)
# verbose = True
# Uncomment to use the standalone authenticator on port 443
authenticator = standalone
# standalone-supported-challenges = tls-sni-01
# 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