[OOM-K8S-CERT-EXTERNAL-PROVIDER] Filter not supported CSR properties
[oom/platform/cert-service.git] / certServiceK8sExternalProvider / README.md
index 3fc00f9..bb3e0b8 100644 (file)
@@ -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