GenPrivateKey create a private key
()
| 42 | type Handler interface { |
| 43 | // GenPrivateKey create a private key |
| 44 | GenPrivateKey() (PrivateKeyWrap, error) |
| 45 | |
| 46 | // CreateCSR create a certificate request, returns a pem block. |
| 47 | CreateCSR(sub pkix.Name, pkw PrivateKeyWrap, alt *certutil.AltNames) (*pem.Block, error) |
no outgoing calls