post_routers_configs_tls
Creates a TLS configuration for routers by uploading a base64-encoded certificate and matching key. Used in router configs when certificate and key are required.
Instructions
Create TLS config — Required permission: Device command and configuration, Edit.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]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| certificateBase64Pem | Yes | TLS certificate in PEM format, base64 encoded. | |
| keyBase64Pem | Yes | TLS key in PEM format, base64 encoded. Must match the public key of the certificate. |