Enroll Certificate
by Денис Панкратьев
Hello!
My ovirt host (4.5.5) certificate is about to expire (in 46 days, Jan 20, 2025).
d.pankratiev@zabbix ~]$ echo | openssl s_client -servername ovirt1.gtc.local -connect XXX.XXX.XXX.XXX.XXX:9090 2>/dev/null | openssl x509 -noout -dates 2>/dev/null
notBefore=Dec 22 05:27:04 2023 GMT
notAfter=Jan 20 05:27:04 2025 GMT
1. I have migrated all VMs to another host
2. I put the host in maintenance mode (Managеment -> Maintenance)
3. Do enroll certificate (Installation -> Enroll Certificate)
4. Everything went successfully, without errors (Enrolling certificate for host ovirt1.gtc.local was completed successfully).
But the certificate date did not change, still expire (after 46 days, Jan 20 2025).
d.pankratiev@zabbix ~]$ echo | openssl s_client -servername ovirt1.gtc.local -connect XXX.XXX.XXX.XXX.XXX:9090 2>/dev/null | openssl x509 -noout -dates 2>/dev/null
notBefore=Dec 22 05:27:04 2023 GMT
notAfter=Jan 20 05:27:04 2025 GMT
What did I do wrong? Is there anything else I need to do?
12 hours, 2 minutes