diff options
author | Thomas Lange <code@nerdmind.de> | 2022-10-22 16:23:27 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2022-10-22 16:23:27 +0200 |
commit | 95eaa0d07ff772f59021baf64e5166af508efdcb (patch) | |
tree | f32a512bdb85889f810b6237a5462bf676de24d4 | |
parent | 18adba63f65c76fdf81c4e47ab69c7879c13ade1 (diff) | |
download | painlessle-95eaa0d07ff772f59021baf64e5166af508efdcb.tar.gz painlessle-95eaa0d07ff772f59021baf64e5166af508efdcb.tar.xz painlessle-95eaa0d07ff772f59021baf64e5166af508efdcb.zip |
Update Let's Encrypt Staging Environment URL
-rwxr-xr-x | painless-le.sh | 2 |
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 |