- URL:https://<sslCertificates-url>/importExistingServerCertificate(POST only)
- Required Capability:Default administrator role | Security and infrastructure privilege
- Version Introduced:10.8
Description
This operation imports an existing server certificate, stored in the PKCS #12 format, into the key store. If the certificate is a CA-signed certificate, you must first import the CA Root or Intermediate certificate using the Import Root or Intermediate Certificate operation.
Request parameters
Parameter | Details |
---|---|
alias | The name of the certificate. Example
|
password | The password to unlock the file containing the certificate. Example
|
file | The multipart POST parameter containing the certificate file. Example
|
f | The response format. The default response format is html. Values: html | json | pjson |
JSON Response example
{"status": "success"}