diff --git a/home/control_tls.go b/home/control_tls.go index 312cf30d..0f20bb91 100644 --- a/home/control_tls.go +++ b/home/control_tls.go @@ -156,7 +156,7 @@ func handleTLSConfigure(w http.ResponseWriter, r *http.Request) { } func verifyCertChain(data *tlsConfigStatus, certChain string, serverName string) error { - log.Tracef("got certificate: %s", certChain) + log.Tracef("TLS: got certificate: %d bytes", len(certChain)) // now do a more extended validation var certs []*pem.Block // PEM-encoded certificates