I am automating SSL renewal procedure.
I have managed to install the certificate, but after installation I would like to enable it (usually done in CLI in the security ssl cmddir by parsing the -server-enabled true argument) to take over from the certificate currently enabled.
These are the endpoints present in the /api/docs:
GET /security/certificates
POST /security/certificates
GET /security/certificates/{uuid}
DELETE /security/certificates/{uuid}
Can someone help navigating me further to accomplish this? I have without success tried in two different ways to update by trying the PATCH method, although not present in documentation, as well as looking through the docs of svm endpoints.