// GetHumanCertDetail is a convenient method for printing compact details of certificate that helps when debugging // kube-apiserver usage of certs. func GetHumanCertDetail(certificate *x509.Certificate) string { … }
// GetHumanCertDetail is a convenient method for printing compact details of certificate that helps when debugging // kube-apiserver usage of certs. func GetHumanCertDetail(certificate *x509.Certificate) string { … }