Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev-cli.ini « examples - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a405a0aefda9637e6bd0b3888351297965192054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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