func TestEnsureCompatible(t *testing.T) { … } func pemWithPrivateKey(pk crypto.PrivateKey) []byte { … } func pemWithTemplate(template *x509.CertificateRequest, key crypto.PrivateKey) []byte { … }
func TestEnsureCompatible(t *testing.T) { … } func pemWithPrivateKey(pk crypto.PrivateKey) []byte { … } func pemWithTemplate(template *x509.CertificateRequest, key crypto.PrivateKey) []byte { … }