SSL Certificates REST Endpoints

Hub Administration/SSL Certificates
Manage SSL custom root certificates for connections in the Intelligent Advisor Hub.
Create or replace SSL certificates
Method: put
Path: https://{your_site_interface}/opa-hub/api/12.2.35/sslcertificates
Create SSL certificates
Method: post
Path: https://{your_site_interface}/opa-hub/api/12.2.35/sslcertificates
Delete a SSL certificate
Method: delete
Path: https://{your_site_interface}/opa-hub/api/12.2.35/sslcertificates/{SSL-certificate-name}
Get a SSL certificate
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.35/sslcertificates/{SSL-certificate-name}
Get all SSL certificates
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.35/sslcertificates
Update a SSL certificate
Method: patch
Path: https://{your_site_interface}/opa-hub/api/12.2.35/sslcertificates/{SSL-certificate-name}