Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update pkg/certificate/providers/vault/certificate_manager.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shashank Ram <21697719+shashankram@users.noreply.github.com>
  • Loading branch information
draychev and shashankram authored Jan 20, 2021
1 parent 1c8e111 commit 2ca81ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/certificate/providers/vault/certificate_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (cm *CertManager) IssueCertificate(cn certificate.CommonName, validityPerio

cm.cache.Store(cn, cert)

log.Trace().Msgf("Issued new certificate for SerialNumber=%s took %+v", cert.GetSerialNumber(), time.Since(start))
log.Trace().Msgf("Issued new certificate with SerialNumber=%s took %+v", cert.GetSerialNumber(), time.Since(start))

return cert, nil
}
Expand Down

0 comments on commit 2ca81ad

Please sign in to comment.