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