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