Management APIs-Environment Management-Certificate Management

Number of APIs: 13

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

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

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

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

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

  6. Get Certificate Applications GET {{apiPath}}/environments/{{envID}}/certificates/{{certID}}/applications

  7. Export Public Key (X509 PEM) GET {{apiPath}}/environments/{{envID}}/keys/{{keyID}}

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

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

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