servnest-mkosi/mkosi.extra/install/certbot.ini

15 lines
222 B
INI

non-interactive
agree-tos
no-eff-email
; 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"