Skip to content

Commit

Permalink
Update urls to use acme v02 apis
Browse files Browse the repository at this point in the history
  • Loading branch information
iqe committed Sep 10, 2022
1 parent 3c4e6a2 commit e055b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions koni.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

[letsencrypt]
# URL of Let's Encrypt service to use. By default, koni uses the staging URL.
#url = "https://acme-v01.api.letsencrypt.org/directory"
#url = "https://acme-staging.api.letsencrypt.org/directory"
#url = "https://acme-v02.api.letsencrypt.org/directory"
#url = "https://acme-staging-v02.api.letsencrypt.org/directory"

# Email to use in Let's Encrypt requests
email = "koni@example.com"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
defaultDebug = false
defaultListenHTTP = "127.0.0.1:4080"
defaultListenHTTPS = "127.0.0.1:4443"
defaultURL = "https://acme-staging.api.letsencrypt.org/directory"
defaultURL = "https://acme-staging-v02.api.letsencrypt.org/directory"
defaultCertsDir = "."
)

Expand Down

0 comments on commit e055b90

Please # to comment.