Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

CertificateSpecKeystoresPkcs12

Hierarchy

  • CertificateSpecKeystoresPkcs12

Index

Properties

Readonly create

create: boolean

Create enables PKCS12 keystore creation for the Certificate. If true, a file named keystore.p12 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.p12 will also be created in the target Secret resource, encrypted using the password stored in passwordSecretRef containing the issuing Certificate Authority

schema

CertificateSpecKeystoresPkcs12#create

Readonly passwordSecretRef

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

schema

CertificateSpecKeystoresPkcs12#passwordSecretRef

Generated using TypeDoc