mirror of
https://github.com/caddyserver/caddy.git
synced 2025-11-16 11:17:46 +08:00
Honor the configured CA value
This commit is contained in:
@@ -107,7 +107,7 @@ func (m *acmeManagerMaker) makeCertMagicConfig(ctx caddy2.Context) certmagic.Con
|
||||
}
|
||||
|
||||
return certmagic.Config{
|
||||
CA: certmagic.LetsEncryptStagingCA, //ap.CA, // TODO: Restore true value
|
||||
CA: m.CA,
|
||||
Email: m.Email,
|
||||
Agreed: true,
|
||||
DisableHTTPChallenge: m.Challenges.HTTP.Disabled,
|
||||
|
||||
Reference in New Issue
Block a user