update_certificate_authority
Update an existing Certificate Authority by ID. Replace its private key, certificate data, or descriptive name through this idempotent operation.
Instructions
Update an existing Certificate Authority by ID (idempotent)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prv | No | Updated PEM-encoded CA private key | |
| cert | No | Updated PEM-encoded CA certificate data | |
| ca_id | Yes | Certificate Authority ID (array index from search_certificate_authorities) | |
| descr | No | Updated descriptive name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||