Actions
Bug #12034
closedCertificate Manager performs redundant escaping of special characters in certificate DN fields
Start date:
06/14/2021
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.01
Release Notes:
Default
Affected Version:
2.5.1
Affected Architecture:
Description
We are facing issue while generating Cert/CSR form Cert. Manager whenever there is comma (,) in Organization same.
The Cert/CSR generated inserts " \ " (backslash) character before comma due to which the SSL cert generation fails.
# openssl x509 -in commacert_test.crt -text -noout Certificate: Data: Version: 3 (0x2) Serial Number: 2 (0x2) Signature Algorithm: sha256WithRSAEncryption Issuer: CN = freeradius-temp-ca Validity Not Before: Jun 14 09:45:23 2021 GMT Not After : Jun 12 09:45:23 2031 GMT Subject: CN = commacert, O = "Comma \\, test" ...
Files
Actions