2015-12-29 03:55:13 -05:00
|
|
|
# Always use the staging/testing server - avoids rate limiting
|
2018-03-16 18:24:55 -04:00
|
|
|
server = https://acme-staging-v02.api.letsencrypt.org/directory
|
2015-12-29 03:55:13 -05:00
|
|
|
|
2015-07-03 11:02:01 -04:00
|
|
|
# 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
|
2015-09-26 07:07:54 -04:00
|
|
|
agree-tos = True
|
2015-07-03 11:02:01 -04:00
|
|
|
debug = True
|
|
|
|
|
# Unfortunately, it's not possible to specify "verbose" multiple times
|
|
|
|
|
# (correspondingly to -vvvvvv)
|
|
|
|
|
verbose = True
|
|
|
|
|
|
|
|
|
|
authenticator = standalone
|