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 contains a private key and certificate
func NewClientKeyPair ¶
NewClientKeyPair creates a new client key pair
Source Files
¶
- triple.go
Click to show internal directories.
Click to hide internal directories.