mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 02:09:15 +02:00
autocert: remove log (#2584)
This commit is contained in:
parent
62ac580a57
commit
4720199d59
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) {
|
for _, domain := range sourceHostnames(cfg) {
|
||||||
cert, err := cm.CacheManagedCertificate(domain)
|
cert, err := cm.CacheManagedCertificate(domain)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error(ctx).Err(err).Str("domain", domain).Msg("get cert")
|
// this happens for unmanaged certificates
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if cert.NeedsRenewal(cm) {
|
if cert.NeedsRenewal(cm) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue