Hello!, I'm integrating Proxmox with a Freeipa directory and would like to use TLS, how can I import the FreeIPA's CA certificate?. Should I just do it underneath?, I cannot find any CA management option in the GUI of PVE7.
yes simply copy the ca cert to the pve nodes, and configure the storage with the 'capath' property (can point to the dir or file directly)
see 'man pveum' for the options (the capath property is only available on the cli/config)
alternatively you can add the ca cert to the system ca store
see 'man update-ca-certificates' on how to do that, just note that the whole system trusts this ca then
Yes we do this for us UCS Directory (Univention). Put your certs under /usr/local/share/ca-certificates, for example: mysuperca.crt. After say "update-ca-certificates". And ready.