- URL:https://<sslCertificates-url>/importExistingServerCertificate(POST only)
- Required Capability:Single machine environment | Default administrator role | Security and infrastructure privilege
- Version Introduced:10.3
Description
This operation imports an existing server certificate, stored in the PKCS #12 format, into the keystore. 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 not accessible for highly available portals. In such instances, a counterpart Import Existing Server Certification operation should be used in should be used in its place for a high availability workflow. For more information on high availability, please 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"}