From 9879e0147fc076114c7226bd6130d25c14770639 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Thu, 29 Oct 2020 14:03:25 +0100 Subject: [OOM-K8S-CERT-EXTERNAL-PROVIDER] Filter not supported CSR properties Align EJBCA config with OOM Issue-ID: OOM-2559 Signed-off-by: Remigiusz Janeczek Change-Id: I8ab73c84415e1ea1b09b6210ffbf84386315f9eb --- certServiceK8sExternalProvider/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'certServiceK8sExternalProvider/README.md') diff --git a/certServiceK8sExternalProvider/README.md b/certServiceK8sExternalProvider/README.md index 3fc00f90..bb3e0b8c 100644 --- a/certServiceK8sExternalProvider/README.md +++ b/certServiceK8sExternalProvider/README.md @@ -30,3 +30,21 @@ Apply k8s files from 'deploy' directory in following order: To issue a certificate adjust and apply following k8s file: - certificate_example.yaml + +#### Unsupported Certificate fields + +Some of the fields present in Cert Manager Certificate are not currently supported by CertService API, because of that they are +filtered from the Certificate Signing Request. + +**Filtered fields:** + - subjectDN fields: + - serialNumber + - streetAddresses + - postalCodes + - isCa + - ipAddresses + - uris + - emails + - duration + - usages + -- cgit 1.2.3-korg