7 lines
249 B
SYSTEMD
7 lines
249 B
SYSTEMD
|
[Unit]
|
||
|
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
|