certmanager v1.14

Certificate.spec.keystores.jks

JKS configures options for storing a JKS keystore in the `spec.secretName` Secret resource.

3 fields
Certificate.spec.keystores.jks fields and descriptions
Field / TypeDescription
alias
string

Alias specifies the alias of the key in the keystore, required by the JKS format. If not provided, the default alias `certificate` will be used.

create
boolean required

Create enables JKS keystore creation for the Certificate. If true, a file named `keystore.jks` will be created in the target Secret resource, encrypted using the password stored in `passwordSecretRef`. The keystore file will be updated immediately. If the issuer provided a CA certificate, a file named `truststore.jks` will also be created in the target Secret resource, encrypted using the password stored in `passwordSecretRef` containing the issuing Certificate Authority

object required

PasswordSecretRef is a reference to a key in a Secret resource containing the password used to encrypt the JKS keystore.