Client Certificates REST Endpoints
Hub Administration/Client Certificates
Manage SSL client-side certificates for connections in the Intelligent Advisor Hub.
- Create client certificates
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.40/clientCertificates - Create or replace client certificates
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.40/clientCertificates - Delete a client certificate
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.40/clientCertificates/{client-certificate-name} - Get a client certificate
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/clientCertificates/{client-certificate-name} - Get all client certificates
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/clientCertificates - Update a client certificate
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.40/clientCertificates/{client-certificate-name}