Searched defs:templateAndKey (Results 1 – 1 of 1) sorted by relevance
57 type templateAndKey struct { struct58 template x509.Certificate59 key *ecdsa.PrivateKey62 func generateCertificateOrPanic(path string, subject, issuer *templateAndKey) []byte {