POST   certificates/add

Adds a new certificate.

Remarks

The request body must be presented in the multipart/form-data format. It must include the following parts:
  • Name: CertFile. Value: The certificate file to be uploaded.
  • Name: CertName. Value: The name of the certificate.
  • Name: Passphrase. Value: The passphrase for the certificate (optional).


  • Returns HTTP 200 when the certificate is added successfully.
    Returns HTTP 400 if the input is invalid.
    Returns HTTP 500 if an internal server error occurs.

    Request example

    curl --request POST "https://api-asm1.apica.io/v3/certificates/add?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"