Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckCertificate ¶
Types ¶
type CertificateFile ¶
type CertificateFile struct {
// contains filtered or unexported fields
}
type CertificateManager ¶
type CertificateManager struct { Path string // contains filtered or unexported fields }
func CreateCertificateManager ¶
func CreateCertificateManager(path string) (*CertificateManager, error)
func (*CertificateManager) Remove ¶
func (m *CertificateManager) Remove(alias string) error
type ServerCertificate ¶
func MakeServerCertificate ¶
func MakeServerCertificate(vpnName string) (*ServerCertificate, error)
Click to show internal directories.
Click to hide internal directories.