Actions
Defect #949
closedPEM has wrong format (for openssl)
Start date:
02/05/2018
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Actions
Added by Vít Švanda almost 7 years ago. Updated almost 7 years ago.
100%
Fixed:
- Java does not have standard utility for generate PEM.
- I use utility BouncyCastle (PemWriter) now.
- Results looks corectlly now. (checked by "openssl x509 -in certificate_super_pem.pem -noout -text")
- I improved comment for supported certificate types in the CawConfiguration.
- I fixed WF process (after disapprove is set NOT-EXECUTE operation state to the request).
Thx for this fix, it's work