mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-11-13 04:56:55 +03:00
Debug log certificate TTL
This commit is contained in:
parent
d0674ef4d2
commit
7a03369d01
@ -104,6 +104,8 @@ func FetchCurrentDNSCryptCert(proxy *Proxy, serverName *string, proto string, pk
|
||||
dlog.Warnf("[%v] certificate is about to expire -- if you don't manage this server, tell the server operator about it", *serverName)
|
||||
} else if daysLeft <= 30 {
|
||||
dlog.Infof("[%v] certificate will expire in %d days", *serverName, daysLeft)
|
||||
} else {
|
||||
dlog.Debugf("[%v] certificate still valid for %d days", *serverName, daysLeft)
|
||||
}
|
||||
certInfo.ForwardSecurity = false
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user