Skip to content

Commit a950601

Browse files
x1ddosAlex Vaghin
authored and
Alex Vaghin
committed
acme: update Directory URL to Let's Encrypt v2
This updates the default Directory URL to Let's Encrypt v2. Their v1 has been deprecated and new account registrations will be disabled in Nov 2019. See the following for details: https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 There's no good reason to keep the default URL pointing to v1 any longer. Updates golang/go#21081 Change-Id: I34520e4dfb04a30d82a50559369bac819076d49c Reviewed-on: https://go-review.googlesource.com/c/crypto/+/200638 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 1f99b0e commit a950601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme/acme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import (
4444

4545
const (
4646
// LetsEncryptURL is the Directory endpoint of Let's Encrypt CA.
47-
LetsEncryptURL = "https://acme-v01.api.letsencrypt.org/directory"
47+
LetsEncryptURL = "https://acme-v02.api.letsencrypt.org/directory"
4848

4949
// ALPNProto is the ALPN protocol name used by a CA server when validating
5050
// tls-alpn-01 challenges.

0 commit comments

Comments
 (0)