From c3d6c50769213fd1f84581a6d973313e2039b93c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 5 Jun 2016 23:51:58 -0400 Subject: [PATCH] Remove the hard-coded email from the system service --- systemd/system/letsencrypt.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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