aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2022-10-22 16:23:27 +0200
committerThomas Lange <code@nerdmind.de>2022-10-22 16:23:27 +0200
commit95eaa0d07ff772f59021baf64e5166af508efdcb (patch)
treef32a512bdb85889f810b6237a5462bf676de24d4
parent18adba63f65c76fdf81c4e47ab69c7879c13ade1 (diff)
downloadpainlessle-95eaa0d07ff772f59021baf64e5166af508efdcb.tar.gz
painlessle-95eaa0d07ff772f59021baf64e5166af508efdcb.tar.xz
painlessle-95eaa0d07ff772f59021baf64e5166af508efdcb.zip
Update Let's Encrypt Staging Environment URL
-rwxr-xr-xpainless-le.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/painless-le.sh b/painless-le.sh
index d42f656..19743c0 100755
--- a/painless-le.sh
+++ b/painless-le.sh
@@ -47,7 +47,7 @@ done; shift $((OPTIND-1))
# Define the ACME endpoint address
#===============================================================================
LETSENCRYPT_ENDPOINT="https://acme-v01.api.letsencrypt.org/directory"
-#LETSENCRYPT_ENDPOINT="https://acme-staging.api.letsencrypt.org/directory"
+#LETSENCRYPT_ENDPOINT="https://acme-staging-v02.api.letsencrypt.org/directory"
#===============================================================================
# Define commands who are executed BEFORE and AFTER the ACME challenge