Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

CertificateSpecKeystoresJks

Hierarchy

  • CertificateSpecKeystoresJks

Index

Properties

Readonly create

create: boolean

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 only be updated upon re-issuance. 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

schema

CertificateSpecKeystoresJks#create

Readonly passwordSecretRef

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

schema

CertificateSpecKeystoresJks#passwordSecretRef

Generated using TypeDoc