pve_node_certificates
List TLS certificates on a Proxmox node to inspect their validity and configuration. Provides subject, issuer, dates, SANs, and fingerprint.
Instructions
List TLS certificates configured on a Proxmox node (read-only). Returns a list of certificate dicts with filename, subject, issuer, validity dates (notbefore/notafter), SANs, and fingerprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| 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 |