Documentation ¶
Index ¶
- Constants
- func Backend(conf *logical.BackendConfig) *backend
- func EncodePEMToJKS(pb *certutil.ParsedCertBundle, cb *certutil.CertBundle, passw string) (string, error)
- func EncodeToPFX(pb *certutil.ParsedCertBundle, passw string) (string, error)
- func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error)
Constants ¶
View Source
const SecretCertsType = "pki"
SecretCertsType is the name used to identify this type
Variables ¶
This section is empty.
Functions ¶
func Backend ¶
func Backend(conf *logical.BackendConfig) *backend
Backend returns a new Backend framework struct
func EncodePEMToJKS ¶
func EncodePEMToJKS(pb *certutil.ParsedCertBundle, cb *certutil.CertBundle, passw string) (string, error)
func EncodeToPFX ¶
func EncodeToPFX(pb *certutil.ParsedCertBundle, passw string) (string, error)
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.