Import Existing Server Certificate

URL:
https://<sslCertificates-url>/importExistingServerCertificate
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.8

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 importRootCertificate operation.

Request parameters

ParameterDetails

alias

A unique name for the certificate that easily identifies it.

Example

Use dark colors for code blocksCopy
1
alias=existingCert

certPassword

The password to unlock the file containing the certificate.

Example

Use dark colors for code blocksCopy
1
password=password

certFile

The multi-part POST parameter containing the certificate file.

f

The response format. The default response format is html .

Values: html | json

JSON Response example

Use dark colors for code blocksCopy
1
{"status": "success"}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.