mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
/tls/ -- move certificate logging to verbose
This commit is contained in:
parent
b3f33b4b0b
commit
a2dd7c32d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue