Good morning every one
I tried to install opennebula version 6.0 (on ubuntu 20.04 LTS) after going through the following steps:
apt update
apt-get -y install gnupg wget apt-transport-https
wget -q -O- https://downloads.opennebula.org/repo/repo.key | sudo apt-key add -
echo “deb Index of /repo/6.0/Ubuntu/20.04 stable opennebula” > /etc/apt/sources.list.d/opennebula.list
So far everything is perfect but after that wen i execute :
apt-get update
i get this error message :
Err :6 Index of /repo/6.0/Ubuntu/20.04 stable Release **
** Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP : 139.162.168.171 443]
can you help me please
Note: the same problem with opennebula 5.12
thank you