Documentation ¶
Overview ¶
certstore implements file-based storage for certificates and certificate authorities.
Index ¶
Constants ¶
View Source
const ( R_OK = 4 W_OK = 2 X_OK = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { DataPath string `hcl:"data" description:"Data directory for certificates"` Group string `hcl:"group" description:"Group ID for data directory"` }
func (Config) Description ¶
Description returns the description of the service
Click to show internal directories.
Click to hide internal directories.