Versions in this module Expand all Collapse all v0 v0.5.0 Aug 12, 2024 Changes in this version + type DiskCertStore struct + func NewDiskCertStore(config config) (*DiskCertStore, error) + func (cs *DiskCertStore) GetCertificate() (*x509.Certificate, crypto.PrivateKey, error) + func (cs *DiskCertStore) Init() error + func (cs *DiskCertStore) UninstallCA() error