Skip to content

Commit 01cd421

Browse files
committed
letsencrypt: force renewal by default
1 parent b3c7d13 commit 01cd421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ncp/NETWORKING/letsencrypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configure()
5454
sed -i "/DocumentRoot/aServerName $DOMAIN" $vhostcfg
5555

5656
# Do it
57-
$letsencrypt certonly -n --no-self-upgrade --webroot -w $ncdir --hsts --agree-tos -m $EMAIL -d $DOMAIN && {
57+
$letsencrypt certonly -n --force-renew --no-self-upgrade --webroot -w $ncdir --hsts --agree-tos -m $EMAIL -d $DOMAIN && {
5858

5959
# Set up auto-renewal
6060
cat > /etc/cron.weekly/letsencrypt-ncp <<EOF

0 commit comments

Comments
 (0)