servnest-mkosi/install/certbot.ini

15 lines
222 B
INI
Raw Normal View History

non-interactive
agree-tos
no-eff-email
2023-05-02 22:13:04 +02:00
; Set your email address
email = "address@invalid"
webroot
webroot-path = "/srv/servnest/acme"
key-type = "rsa"
rsa-key-size = "3072"
deploy-hook = "/root/certbot-deploy-hook.sh"