Documentation ¶
Index ¶
- func GenerateTestPK() []byte
- func GetCertificateFromStore(key string) (interface{}, error)
- func InstanceStoreCertificatesFromAzureBlob(certificatesName ...string) error
- func InstanceStoreCertificatesFromAzureVault(vaultName string, certificatesName ...string) (err error)
- func InstanceStoreCertificatesFromFileServer(certificatesName ...string) (err error)
- func LoadMockCertificates()
- func SetCertificateOnStore(key string, value interface{})
- type ICPCertificate
- type SSLCertificate
- type TLSCertificate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateTestPK ¶
func GenerateTestPK() []byte
func GetCertificateFromStore ¶
func LoadMockCertificates ¶
func LoadMockCertificates()
func SetCertificateOnStore ¶
func SetCertificateOnStore(key string, value interface{})
Types ¶
type ICPCertificate ¶
type ICPCertificate struct { Name string RsaPrivateKey interface{} Certificate *x509.Certificate }
func GetICPCertificate ¶
func GetICPCertificate(name string, pfxBytes []byte, pass string) (ICPCertificate, error)
type SSLCertificate ¶
func GetSSLCertificate ¶
func GetSSLCertificate(name string, pfxBytes []byte, pass string) (SSLCertificate, error)
type TLSCertificate ¶
Click to show internal directories.
Click to hide internal directories.