Feature #8572
Aktualizováno uživatelem Jan Pašek před téměř 4 roky(ů)
Implement an endpoint for certificate deleting
* One Rest API endpoint: DELETE /api/certificates/{id} that deletes the certificate
* Controller calls CertificateService delete_certificate(id) that must be extended to delete the whole subtree of certificates
* To extend delete_certificate(id) a CertificateRepository must implement get_all_issued_by(id) that returns all certificates that were issued by the given CA
Requirements: FR 1.2.2, FR 2.2.2
Review: Jan Pašek