 Documentation
      ¶
      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
}
    func NewClientKeyPair ¶
 Click to show internal directories. 
   Click to hide internal directories.