diff --git a/systemd/system/letsencrypt.service b/systemd/system/letsencrypt.service index 396f50c..36952e8 100644 --- a/systemd/system/letsencrypt.service +++ b/systemd/system/letsencrypt.service @@ -3,4 +3,4 @@ Description=Letsencrypt manual renewal [Service] Type=oneshot -ExecStart=/usr/bin/letsencrypt certonly --agree-tos --renew-by-default --email nickogris@gmail.com --webroot -w /srv/http/REPLACEME.TLD/public -d REPLACEME.TLD,mail.REPLACEME.tld +ExecStart=/usr/bin/letsencrypt certonly --agree-tos --renew-by-default --email REPLACEME@REPLACEME.TLD --webroot -w /srv/http/REPLACEME.TLD/public -d REPLACEME.TLD,mail.REPLACEME.tld