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>2021-10-12 00:55:01 +0300
committernachoparker <nacho@ownyourbits.com>2021-10-12 00:55:33 +0300
commitcc3f3366f188d39d4c8e433e930a61f2446682c7 (patch)
treeb1d7947c214b7884be4892f6f5e2a34c47ff24da
parent9c9ae91a3f1b1f14e87b9d85687b3879610e7e61 (diff)
letsencrypt: keep original cert namev1.40.5
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--bin/ncp/NETWORKING/letsencrypt.sh2
-rw-r--r--changelog.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/ncp/NETWORKING/letsencrypt.sh b/bin/ncp/NETWORKING/letsencrypt.sh
index 84c9e0c0..1986a74e 100644
--- a/bin/ncp/NETWORKING/letsencrypt.sh
+++ b/bin/ncp/NETWORKING/letsencrypt.sh
@@ -79,7 +79,7 @@ configure()
domain_string+=",${domain}"
}
done
- "${letsencrypt}" certonly -n --force-renew --cert-name ncp-nextcloud --no-self-upgrade --webroot -w "${ncdir}" \
+ "${letsencrypt}" certonly -n --force-renew --no-self-upgrade --webroot -w "${ncdir}" \
--hsts --agree-tos -m "${EMAIL}" -d "${domain_string}" && {
# Set up auto-renewal
diff --git a/changelog.md b/changelog.md
index db684f01..472d45a7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v1.40.4](https://github.com/nextcloud/nextcloudpi/commit/9fa18af) (2021-10-06) Make templating safer and more verbose (#1343)
+[v1.40.5](https://github.com/nextcloud/nextcloudpi/commit/6c3cb37) (2021-10-11) letsencrypt: keep original cert name
+
+[v1.40.4 ](https://github.com/nextcloud/nextcloudpi/commit/de104a5) (2021-10-06) Make templating safer and more verbose (#1343)
[v1.40.3 ](https://github.com/nextcloud/nextcloudpi/commit/8a6c1c0) (2021-10-06) ncp-check-nc-version: dont notify the same version more than once