- URL:https://<sslCertificates-url>/importExistingServerCertificate(POST only)
- Required Capability:Highly available portal environment | 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.
Note:
This operation is only accessible for highly available portals. If you are operating in a single-machine environment, a counterpart Import Existing Server Certificate operation should be used in its place. For more information on high availability, see Import a certificate into the portal.
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"}