Actions
Bug #11654
closedCertificates with escaped x509 characters display the escaped version when renewing
Start date:
03/10/2021
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.5.0
Affected Architecture:
Description
The certificate renewal page is displaying the x509 escaped version of certificate values when it should be removing the x509 escaping out for display purposes.
- Create an internal CA
- Create an internal certificate with a CN of "char+test"
- Click the renew icon for the "char+test" certificate
- Look at the Subject field contents and it will have "char\+test" when it should have "char+test"
Actions