Documentation
¶
Index ¶
Constants ¶
View Source
const ( PolicyDB = "db" PolicyVault = "vault" PolicyMixed = "mix" )
policy
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
ErrNotFound ...
Functions ¶
Types ¶
type DataStorer ¶
type DataStorer struct {
// contains filtered or unexported fields
}
DataStorer Data storage
func (*DataStorer) GetWorkloadCertPEM ¶
func (ds *DataStorer) GetWorkloadCertPEM(sn string) ([]byte, error)
GetWorkloadCertPEM Obtain workload certificate according to SN
Click to show internal directories.
Click to hide internal directories.