Skip to content

Commit

Permalink
tls/acme: Actually use test_ca
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Jan 29, 2024
1 parent 1708895 commit dd5f8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/tls/acme/acme.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func (l *Loader) Init(cfg *config.Map) error {
issuer := certmagic.NewACMEIssuer(l.cfg, certmagic.ACMEIssuer{
Logger: cmLog,
CA: caPath,
TestCA: testCAPath,
Email: email,
Agreed: agreed,
})
Expand Down

0 comments on commit dd5f8a6

Please sign in to comment.