From c54c75a7c796b2ae43167737e35acdaa41b715b3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 13 Jul 2016 05:32:27 +0000 Subject: fixup --- config-certbot.PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config-certbot.PKGBUILD b/config-certbot.PKGBUILD index acffa7a..caff71c 100644 --- a/config-certbot.PKGBUILD +++ b/config-certbot.PKGBUILD @@ -1,5 +1,5 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20160713 +pkgver=20160713.4 depends=(certbot) @@ -71,8 +71,7 @@ domains=( umask 0027 "${cmd[@]}" sudo /etc/ssl/misc/certbot-hook -} -' +}' # Renewal, however, is very simple. It is handled by # `certbot-renew.service` (triggered by the associated `.timer`). It @@ -99,6 +98,7 @@ ExecStart=/usr/bin/certbot renew --quiet --renew-hook 'sudo /etc/ssl/misc/certbo User=keys UMask=0027 EOF +add-unit etc/systemd/system/timers.target.wants/certbot-renew.timer # Both `certbot-get` and `certbot-renew.serviceq prove ownership of # the domain via the `http-01` challenge. `/etc/nginx/nginx.conf` @@ -176,7 +176,7 @@ EOF # updated, and `sudo` has been configured to allow the keys user to do # this without a password. Right now `certbot-hook` just runs # `systemctl reload nginx.service`. -add-file etc/ssl/misc/certbot-hook <