Certificates

Store a trusted certificate

post/certificates/{alias}

Request body

certificatestring byte required

DER-encoded certificate, base64-encoded.

Example request

{
  "certificate": "ZXhhbXBsZS1jZXJ0aWZpY2F0ZS1kZXItYnl0ZXM="
}

Response

Trusted certificate stored.

certificatestring byte required

DER-encoded certificate, base64-encoded.

Example response

{
  "certificate": "ZXhhbXBsZS1jZXJ0aWZpY2F0ZS1kZXItYnl0ZXM="
}

Changes