pve_node_certificates
List TLS certificates on a Proxmox node to inspect filename, subject, issuer, validity dates, SANs, and fingerprint. Returns certificate details without modifying state.
Instructions
READ-ONLY: list TLS certificates configured on a Proxmox node.
No state change. Returns a list of certificate dicts with filename, subject, issuer, validity dates (notbefore/notafter), SANs, and fingerprint. To add or replace a certificate use pve_node_cert_upload; to remove one use pve_node_cert_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name; defaults to the configured node | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |