mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Debug log certificate TTL
This commit is contained in:
parent
d0674ef4d2
commit
7a03369d01
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue