v1

latestOpenAPI 3.0.42026-08-0465139162.1 KB
Routers

Create TLS config

Required permission: Device command and configuration, Edit.<br/>Creates a TLS config that allows this certificate and key to be used in router configs when a certificate and key are required by only specifying the certificate (matching key will be added). TLS configs are identified by their certificate string base64 encoded which must be unique on the account.

post/public/v2/routers/configs/tls

Request body

certificateBase64Pemstring required

TLS certificate in PEM format, base64 encoded.

keyBase64Pemstring required

TLS key in PEM format, base64 encoded. Must match the public key of the certificate.

Response

Success