Feature #8574
Aktualizováno uživatelem Jan Pašek před téměř 4 roky(ů)
Implement an endpoint for retrieving all certificates issued by given CA:
* Extend existing endpoint GET /api/certificates with another filtering option {issuedby: <id>}
* Controller can use new function of CertificateService get_certificates_issued_by(id) that calls CertificateRepository -> get_all_issued_by(id) (described previously)
Requirement: (support for) FR 4.6.4