Documentation ¶ Index ¶ func NewFileCA(certPath, keyPath, keyPass string, watch bool) (ca.CertificateAuthority, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewFileCA ¶ func NewFileCA(certPath, keyPath, keyPass string, watch bool) (ca.CertificateAuthority, error) NewFileCA returns a file backed certificate authority. Expects paths to a certificate and key that are PEM encoded. The key must be encrypted according to RFC 1423 Types ¶ This section is empty. Source Files ¶ View all Source files fileca.go load.go watch.go Click to show internal directories. Click to hide internal directories.