Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertKey ¶
type CertKey struct {
Certificate string `json:"certificate"`
PublicKey string `json:"publicKey"`
PrivateKey string `json:"privateKey"`
PrivateKeyPassword string `json:"privateKeyPassword"`
KeyStore string `json:"keystore"`
KeyStorePassword string `json:"keyStorePassword"`
CertStore string `json:"certstore"`
CertStorePassword string `json:"certstorePassword"`
Definition v1.CertKeyDefinition
}
Click to show internal directories.
Click to hide internal directories.