Class Keystores
Configures additional keystore output formats stored in the secretName
Secret resource.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
public class Keystores
Constructors
Keystores()
Initializes a new instance of the Keystores class.
Declaration
public Keystores()
Properties
Jks
Configures options for storing a JKS keystore in the spec.secretName
Secret resource.
Declaration
[JsonProperty(PropertyName = "jks")]
public string Jks { get; set; }
Property Value
Type | Description |
---|---|
string |
Pkcs12
Configures options for storing a PKCS12 keystore in the spec.secretName
Secret resource.
Declaration
[JsonProperty(PropertyName = "pkcs12")]
public string Pkcs12 { get; set; }
Property Value
Type | Description |
---|---|
string |