aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackage/sbin/painless-le2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sbin/painless-le b/package/sbin/painless-le
index 19743c0..0d89fc5 100755
--- a/package/sbin/painless-le
+++ b/package/sbin/painless-le
@@ -46,7 +46,7 @@ done; shift $((OPTIND-1))
#===============================================================================
# Define the ACME endpoint address
#===============================================================================
-LETSENCRYPT_ENDPOINT="https://acme-v01.api.letsencrypt.org/directory"
+LETSENCRYPT_ENDPOINT="https://acme-v02.api.letsencrypt.org/directory"
#LETSENCRYPT_ENDPOINT="https://acme-staging-v02.api.letsencrypt.org/directory"
#===============================================================================