FortiADC Automated Cert Through API
I am trying to automate the creation/renewal of Let's Encrypt certs through the REST API, but I cannot seem to get POST /system_certificate_local/automated to execute properly.
Even following the example formatting, I still can't get it to work. I can upload certs using the API with POST /system_certificate_localut only the automated portion gives me issues.
I can create an automated cert in the GUI using both ACME and DNS-01 challenge, so I know it is possible.
I am on v7.4 if that adds any context.