Class JKS
Configures options for storing a JKS keystore in the spec.secretName
Secret resource.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
public class JKS
Constructors
JKS()
Initializes a new instance of the JKS class.
Declaration
public JKS()
Properties
Create
Configures options for storing a JKS keystore in the spec.secretName
Secret resource.
Declaration
[JsonProperty(PropertyName = "create", Required = Required.Always, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public bool Create { get; set; }
Property Value
Type | Description |
---|---|
bool |
PasswordSecretRef
A reference to a key in a Secret resource containing the password used to encrypt the PKCS12 keystore.
Declaration
[JsonProperty(PropertyName = "passwordSecretRef", Required = Required.Always, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public PasswordSecretRef PasswordSecretRef { get; set; }
Property Value
Type | Description |
---|---|
PasswordSecretRef |