mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
This commit is contained in:
parent
652d3eadc4
commit
17bc3a86a1
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ func (mgr *Manager) renewConfigCerts(ctx context.Context) error {
|
|||
for _, domain := range sourceHostnames(cfg) {
|
||||
cert, err := cm.CacheManagedCertificate(domain)
|
||||
if err != nil {
|
||||
log.Error(ctx).Err(err).Str("domain", domain).Msg("get cert")
|
||||
// this happens for unmanaged certificates
|
||||
continue
|
||||
}
|
||||
if cert.NeedsRenewal(cm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue