From f4b8ceee3276fb90b6299186e13d830fc2beff46 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 15 Aug 2016 18:34:38 -0400 Subject: [PATCH] Update letsencrypt service to use certbot --- 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 36952e8..3f2c25c 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 REPLACEME@REPLACEME.TLD --webroot -w /srv/http/REPLACEME.TLD/public -d REPLACEME.TLD,mail.REPLACEME.tld +ExecStart=/usr/bin/certbot certonly --agree-tos --renew-by-default --email REPLACEME@REPLACEME.TLD --webroot -w /srv/http/REPLACEME.TLD/public -d REPLACEME.TLD,mail.REPLACEME.tld