########### <<<< DRAFT :: 2020-09-30################
# Get key from oVirt engine and import. Ex: from ovirte01 into server 'thor
curl -k 'https://ovirte01.penguinpages.local/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA' -o ovirt01_ca.pem
sudo cp ovirt01_ca.pem /etc/pki/ca-trust/source/anchors
sudo update-ca-trust extract
openssl s_client -connect ovirte01.penguinpages.local:443 -showcerts < /dev/null
<snip... lots of key info back>
# Use key during GET list of VMs
?? <meh?
# Power on VM <<fubar still>
curl -X POST https://ovirte01.penguinpages.local/post -H /ovirt-engine/api/vms/ns01/start HTTP/1.1