Install V‑Blaze 7.5
There is a known issue when installing Voci software with cURL on RHEL 8.9. Use the commands below to address the issue.
[FAILED] voci-repo-1.0.4-1.x86_64.rpm: Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://$username:$password/repo/private/user-acme/voci-repo-1.0.4-1.x86_64.rpm [SSL certificate problem: EE certificate key too weak]
# curl will not load the rpm from the voci repo
curl https://google.com
update-crypto-policies --show FUTURE
sudo update-crypto-policies --set DEFAULT
# issue corrected
curl https://google.com
