My PBS server gets a new certificate every 3 months so I have to manually get the new fingerprint from the server and then import it to the PVE servers. My idea is to automate this process with Ansible. First step is to get the fingerprint from cli. This is my idea:
is there a better option?
Bash:
proxmox-backup-manager cert info | grep Fingerprint | awk '{print $3}'
is there a better option?
Last edited: