Skip To Content

Import Existing Server Certificate

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

ParameterDetails
alias

The name of the certificate.

Example

alias=mysslcert
password

The password to unlock the file containing the certificate.

Example

password=password
file

The multipart POST parameter containing the certificate file.

Example

file=mycertificate.pfx
f

The response format. The default response format is html.

Values: html | json | pjson

JSON Response example

{"status": "success"}