Skip to content

Commit

Permalink
Merge pull request #63 from akakou/hotfix/default-amce-url
Browse files Browse the repository at this point in the history
fix: deafult acme url
  • Loading branch information
akakou authored May 12, 2024
2 parents a331331 + d2bcd67 commit 62dae72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ta/acme.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/go-acme/lego/v4/registration"
)

//var acmeURL = lego.LEDirectoryProduction
var acmeURL = lego.LEDirectoryStaging
var acmeURL = lego.LEDirectoryProduction
//var acmeURL = lego.LEDirectoryStaging

type MyUser struct {
Email string
Expand Down

0 comments on commit 62dae72

Please sign in to comment.