/tls/ -- move certificate logging to verbose
This commit is contained in:
parent
b3f33b4b0b
commit
a2dd7c32d5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue