Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-04-30 04:57:33 +0300
committernachoparker <nacho@ownyourbits.com>2019-04-30 04:59:02 +0300
commit01cd4215a530aeff3a62e3a38f07d4cc734cb1bb (patch)
tree3143edcfa77631d6b042dc429a1e7d16ce465190
parentb3c7d1375e57b6476c68976b4b5dab2d4422582d (diff)
letsencrypt: force renewal by defaultv1.11.5
-rw-r--r--bin/ncp/NETWORKING/letsencrypt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp/NETWORKING/letsencrypt.sh b/bin/ncp/NETWORKING/letsencrypt.sh
index 180692a5..6aeab17f 100644
--- a/bin/ncp/NETWORKING/letsencrypt.sh
+++ b/bin/ncp/NETWORKING/letsencrypt.sh
@@ -54,7 +54,7 @@ configure()
sed -i "/DocumentRoot/aServerName $DOMAIN" $vhostcfg
# Do it
- $letsencrypt certonly -n --no-self-upgrade --webroot -w $ncdir --hsts --agree-tos -m $EMAIL -d $DOMAIN && {
+ $letsencrypt certonly -n --force-renew --no-self-upgrade --webroot -w $ncdir --hsts --agree-tos -m $EMAIL -d $DOMAIN && {
# Set up auto-renewal
cat > /etc/cron.weekly/letsencrypt-ncp <<EOF