Versions in this module Expand all Collapse all v0 v0.7.8 Feb 20, 2022 Changes in this version + func GenerateHSMSignedCertificate(subject *pkix.Name, isCA bool, parentID string) (string, string, error) + func GenerateSignedCertificate(subject pkix.Name, jWtToken string) (pemCert, pemKey string, cacheID string, err error) + func GetRootCACertID() string + func GetRootCAPEMCert() []byte + func GetSubCACertID() string + func GetSubCAPEMCert() []byte + func InitCAService()