mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
chore(deps): bump github.com/caddyserver/certmagic from 0.12.0 to 0.13.0 (#2074)
* chore(deps): bump github.com/caddyserver/certmagic from 0.12.0 to 0.13.0 Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/caddyserver/certmagic/releases) - [Commits](https://github.com/caddyserver/certmagic/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot[bot] <support@github.com> * autocert: fix for certmagic 0.12 -> 0.13 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
This commit is contained in:
parent
b1d62bb541
commit
d365771e90
3 changed files with 8 additions and 8 deletions
|
@ -122,7 +122,7 @@ func (mgr *Manager) getCertMagicConfig(cfg *config.Config) (*certmagic.Config, e
|
|||
acmeMgr.CA = acmeMgr.TestCA
|
||||
}
|
||||
acmeMgr.DisableTLSALPNChallenge = true
|
||||
mgr.certmagic.Issuer = acmeMgr
|
||||
mgr.certmagic.Issuers = []certmagic.Issuer{acmeMgr}
|
||||
mgr.acmeMgr.Store(acmeMgr)
|
||||
|
||||
return mgr.certmagic, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue