Documentation ¶
Overview ¶
Package triple generates key-certificate pairs for the triple (CA, Server, Client).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPair ¶
type KeyPair struct { Key *rsa.PrivateKey Cert *x509.Certificate }
KeyPair - Private RSA key and associated public x509 cert
func NewClientKeyPair ¶
NewClientKeyPair creates a new keypair signed off a CA
Click to show internal directories.
Click to hide internal directories.