v10

latestOpenAPI 3.0.4raw.githubusercontent.com2026-07-0750111126.8 KB
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="
}