Actions
Task #945
closedAccepted after certificate generation
Start date:
02/01/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
If is certificate successfully generated, then is return accepted result (202). None refresh on the certificate table is executed.
Updated by Vít Švanda almost 7 years ago
- % Done changed from 0 to 90
Problem was in the transaction. Inner transaction commited request in the EXECUTED state, but outside transaction was not commited yet and had old request (with old state CREATED).
- I fixed that. Internal execute method returns CrtRequest now.
- I fixed problem with download certificate in the DER vs PEM format. Now are all certificates download only in the PEM format (CRT, Authority). I converts attachment to java certificate x509 format.
- I removed unused END from the workflow.
Updated by Vít Švanda almost 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
Updated by Radek Tomiška almost 7 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I works and code looks nice, thx!
Actions