package
0.57.0
Repository: https://github.com/srl-labs/containerlab.git
Documentation: pkg.go.dev

# Functions

NewCA initializes a Certificate Authority.
NewCertificateFromFile creates a new Certificate by loading cert, key and csr (if exists) from respecting files.
NewLocalDirCertStorage inits a new LocalDirCertStorage.

# Structs

CA is a Certificate Authority.
CACSRInput struct.
Cert is a wrapper struct for the Certificate Authority and the Certificate Storage.
Certificate stores the combination of Cert and Key along with the CSR if available.
LocalDirCertStorage is a certificate storage, that stores certificates in a local directory.
NodeCSRInput struct.

# Interfaces

No description provided by the author
CertStorage is an interface that wraps methods to load and store certificates.