Management APIs-Environment Management-Certificate Management

Number of APIs: 13

  1. Get Keys GET {{apiPath}}/environments/{{envID}}/keys

  2. Export a Certificate Signing Request (CSR) GET {{apiPath}}/environments/{{envID}}/keys/{{keyID}}/csr

  3. Create Key with PKCS12 File POST {{apiPath}}/environments/{{envID}}/keys

  4. Create Certificate with PKCS7 or PEM File POST {{apiPath}}/environments/{{envID}}/certificates

  5. Get Certificates GET {{apiPath}}/environments/{{envID}}/certificates

  6. Get Key Applications GET {{apiPath}}/environments/{{envID}}/keys/{{keyID}}/applications

  7. Get Certificate GET {{apiPath}}/environments/{{envID}}/certificates/{{certID}}

  8. Update Key PUT {{apiPath}}/environments/{{envID}}/keys/{{keyID}}

  9. Import Certificate Authority (CA) Response to a CSR PUT {{apiPath}}/environments/{{envID}}/keys/{{keyID}}/csr

  10. Delete Key DELETE {{apiPath}}/environments/{{envID}}/keys/{{keyID}}