X509CertificateCredentials interface
The x509 certificate for authentication mode Certificate.
Properties
| certificate |
The name of the secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx). |
| intermediate |
The name of the secret containing the combined intermediate certificates in PEM format. |
| key |
The name of the secret containing the certificate private key in PEM or DER format. |
Property Details
certificateSecretName
The name of the secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
certificateSecretName: string
Property Value
string
intermediateCertificatesSecretName
The name of the secret containing the combined intermediate certificates in PEM format.
intermediateCertificatesSecretName?: string
Property Value
string
keySecretName
The name of the secret containing the certificate private key in PEM or DER format.
keySecretName?: string
Property Value
string