mirror of
https://github.com/certbot/certbot.git
synced 2026-01-04 05:49:19 +03:00
* update instances of acme-staging url to acme-staging-v02 * keep example client as v1 * keep deactivate script as v1
21 lines
538 B
INI
21 lines
538 B
INI
# Always use the staging/testing server - avoids rate limiting
|
|
server = https://acme-staging-v02.api.letsencrypt.org/directory
|
|
|
|
# This is an example configuration file for developers
|
|
config-dir = /tmp/le/conf
|
|
work-dir = /tmp/le/conf
|
|
logs-dir = /tmp/le/logs
|
|
|
|
# make sure to use a valid email and domains!
|
|
email = foo@example.com
|
|
domains = example.com
|
|
|
|
text = True
|
|
agree-tos = True
|
|
debug = True
|
|
# Unfortunately, it's not possible to specify "verbose" multiple times
|
|
# (correspondingly to -vvvvvv)
|
|
verbose = True
|
|
|
|
authenticator = standalone
|