Feature #8576
Aktualizováno uživatelem Jan Pašek před téměř 4 roky(ů)
Implement CRL endpoint
* application endpoint that will use CRL/OCSP service to get CRL file that will be returned by the endpoint
* endpoint will be GET /api/crl/{ca_id}
* CRL/OCSP service must first generate the index file with revoked certificates and then call (maybe via cryptography service) OpenSSL to generate the CRL. Then the CRL file will be read in and returned
* CRL creation using OpenSSL will be implemented in CryptographyService. Higher-level functionality in ValidityService.
Requirements: FR 3.1
Reviewer: Michal Seják