Documentation ¶
Index ¶
- func GenCert(commonName, output, privateKeyPath, caKeyPath, caCertPath string, days int, ...) error
- func GenCertCA(commonName, output, privateKeyPath string, days int) error
- func GenKey(filename string) error
- func GenPair(...) error
- func GenPairCA(commonName, output, privateKeyFilename string, days int) error
- func LoadCert(filename string) (*x509.Certificate, error)
- func LoadPrivateKey(filename string) (*rsa.PrivateKey, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadPrivateKey ¶
func LoadPrivateKey(filename string) (*rsa.PrivateKey, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.