/tls/ -- move certificate logging to verbose

This commit is contained in:
Eugene Bujak 2019-02-20 12:32:10 +03:00
parent b3f33b4b0b
commit a2dd7c32d5

View file

@ -1120,7 +1120,7 @@ func validateCertificates(data tlsConfig) tlsConfig {
// check only public certificate separetely from the key
if data.CertificateChain != "" {
log.Printf("got certificate: %s", data.CertificateChain)
log.Tracef("got certificate: %s", data.CertificateChain)
// now do a more extended validation
var certs []*pem.Block // PEM-encoded certificates