Remove the hard-coded email from the system service
This commit is contained in:
parent
8d6df62092
commit
c3d6c50769
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ Description=Letsencrypt manual renewal
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
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
|
||||||
|
|
Loading…
Reference in a new issue