File: dev-cli.ini

package info (click to toggle)
python-certbot 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,688 kB
  • sloc: python: 21,764; makefile: 182; sh: 108
file content (18 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
verbose-level = 2 # -vv (debug)

authenticator = standalone