Don't hardcode certbot email contact
diff --git a/sa-certbot.yml b/sa-certbot.yml
index 0ac238c..1632cc6 100644
--- a/sa-certbot.yml
+++ b/sa-certbot.yml
@@ -1,5 +1,4 @@
version: "3"
-name: sourcearcade-certbot
services:
new:
build:
@@ -11,7 +10,7 @@
- ./certbot/www/:/var/www/certbot/:rw
- ./certbot/lib/:/var/lib/letsencrypt/:rw
- ./logs/certbot/:/var/log/letsencrypt/:rw
- command: certonly -n -m nico.h@gmx.de --webroot --webroot-path /var/www/certbot
+ command: certonly -m ${SA_DOMAIN_CONTACT} --webroot --webroot-path /var/www/certbot
-d "${SA_PUBLIC_DOMAIN_NAME},id.${SA_PUBLIC_DOMAIN_NAME},mail.${SA_PUBLIC_DOMAIN_NAME},review.${SA_PUBLIC_DOMAIN_NAME}"
renew:
image: certbot/certbot