servnest-containers/conf/certbot.ini
2024-07-26 01:43:56 +02:00

14 lines
223 B
INI

non-interactive
agree-tos
no-eff-email
; Set your email address
email = "address@test.org"
webroot
webroot-path = "/srv/servnest/acme"
key-type = "rsa"
rsa-key-size = "3072"
deploy-hook = "/root/certbot-deploy-hook.sh"