14 lines
328 B
INI
14 lines
328 B
INI
# Use 4096 bit RSA keys
|
|
rsa-key-size = 4096
|
|
|
|
# Use text interface instead of ncurses/dialog
|
|
text = True
|
|
|
|
# Custom work and log directory
|
|
config-dir = /srv/letsencrypt
|
|
work-dir = /srv/letsencrypt
|
|
logs-dir = /srv/letsencrypt/log
|
|
|
|
# Use webroot for authenticator
|
|
authenticator = webroot
|
|
webroot-path = /srv/web/certbot.home.foo.sh
|