certmanager v1.7

Certificate.spec.privateKey.encoding

The private key cryptography standards (PKCS) encoding for this certificate's private key to be encoded in. If provided, allowed values are `PKCS1` and `PKCS8` standing for PKCS#1 and PKCS#8, respectively. Defaults to `PKCS1` if not specified.

1 fields
Certificate.spec.privateKey.encoding fields and descriptions
Field / TypeDescription
Certificate.spec.privateKey.encoding
string

The private key cryptography standards (PKCS) encoding for this certificate's private key to be encoded in. If provided, allowed values are `PKCS1` and `PKCS8` standing for PKCS#1 and PKCS#8, respectively. Defaults to `PKCS1` if not specified.

  • enum: ["PKCS1","PKCS8"]