Don't print server public keys

This commit is contained in:
Frank Denis 2018-01-14 00:43:57 +01:00
parent 255ce5fb50
commit c3edfb0637
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ func FetchCurrentCert(proxy *Proxy, proto string, pk ed25519.PublicKey, serverAd
certInfo.CryptoConstruction = cryptoConstruction
copy(certInfo.ServerPk[:], serverPk[:])
copy(certInfo.MagicQuery[:], binCert[104:112])
dlog.Noticef("[%v] Valid cert found: [%x]", providerName, certInfo.ServerPk)
dlog.Noticef("[%v] Valid cert found", providerName)
}
if certInfo.CryptoConstruction == UndefinedConstruction {
return certInfo, errors.New("No useable certificate found")