Management APIs-Environment Management-Certificate Management
Number of APIs: 13
-
Create Key with PKCS12 File POST {{apiPath}}/environments/{{envID}}/keys
-
Create Certificate with PKCS7 or PEM File POST {{apiPath}}/environments/{{envID}}/certificates
-
Get Keys GET {{apiPath}}/environments/{{envID}}/keys
-
Get Certificates GET {{apiPath}}/environments/{{envID}}/certificates
-
Get Certificate GET {{apiPath}}/environments/{{envID}}/certificates/{{certID}}
-
Get Certificate Applications GET {{apiPath}}/environments/{{envID}}/certificates/{{certID}}/applications
-
Export Public Key (X509 PEM) GET {{apiPath}}/environments/{{envID}}/keys/{{keyID}}
-
Export a Certificate Signing Request (CSR) GET {{apiPath}}/environments/{{envID}}/keys/{{keyID}}/csr
-
Update Key PUT {{apiPath}}/environments/{{envID}}/keys/{{keyID}}
-
Import Certificate Authority (CA) Response to a CSR PUT {{apiPath}}/environments/{{envID}}/keys/{{keyID}}/csr