Manage Certificate
manage_certificateRemove, trust, or untrust a certificate on a MikroTik router. Idempotent and supports dry-run preview.
Instructions
Remove, trust, or untrust a certificate. Idempotent: trust/untrust return early if already in the target state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Certificate name — idempotency key | |
| action | Yes | Action to perform | |
| dryRun | No | Preview changes without applying. | |
| routerId | No | Router ID; omit to use the default router. | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |