/tls/ -- move certificate logging to verbose
This commit is contained in:
@@ -1120,7 +1120,7 @@ func validateCertificates(data tlsConfig) tlsConfig {
|
|||||||
|
|
||||||
// check only public certificate separetely from the key
|
// check only public certificate separetely from the key
|
||||||
if data.CertificateChain != "" {
|
if data.CertificateChain != "" {
|
||||||
log.Printf("got certificate: %s", data.CertificateChain)
|
log.Tracef("got certificate: %s", data.CertificateChain)
|
||||||
|
|
||||||
// now do a more extended validation
|
// now do a more extended validation
|
||||||
var certs []*pem.Block // PEM-encoded certificates
|
var certs []*pem.Block // PEM-encoded certificates
|
||||||
|
|||||||
Reference in New Issue
Block a user