Is there a way to install the SSL certificates on the server once they have been generated using the API? Now we get detail by email, but that is not sufficient to really automate things.
You can download the CRT using the download() method in the Certificate endpoint. It is up to your code to place the downloaded certificate in the correct location.
Is there a way to install the SSL certificates on the server once they have been generated using the API? Now we get detail by email, but that is not sufficient to really automate things.