package
Version:
v0.0.0-...-ec46ac4
Opens a new window with list of versions in this module.
Published: Jul 15, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CreateCertificate creates a new certificate from a provided key
GenerateKey generates a new key
type Cert struct {
PemPath string `binding:"required"`
KeyPath string `binding:"required"`
PemBytes []byte `binding:"required"`
KeyBytes []byte `binding:"required"`
CertBytes []byte `binding:"required"`
}
Cert defines our SSL certificate
Generate creates a new SSL certificate
Source Files
¶
Click to show internal directories.
Click to hide internal directories.