Installing Debian repository throws certificate verify error
Posted: Thu Mar 12, 2015 10:39 am
I try to install the Debian/Ubuntu repository, but it fails. I'm using this manual on https://community.openvpn.net/openvpn/w ... twareRepos. I want to install OpenVPN Community Edition as a client on Ubuntu 14.04 LTS.
Command:
Error:
I don't know how to use the "--no-check-certificate" when installing. Could someone help me out?
Command:
Code: Select all
wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -
Code: Select all
--2015-03-12 11:04:50-- https://swupdate.openvpn.net/repos/repo-public.gpg
Resolving swupdate.openvpn.net (swupdate.openvpn.net)... 173.192.224.173, 96.44.184.130
Connecting to swupdate.openvpn.net (swupdate.openvpn.net)|173.192.224.173|:443... connected.
ERROR: cannot verify swupdate.openvpn.net's certificate, issued by ‘/C=US/ST=Arizona/L=Scottsdale/O=Starfield Technologies, Inc./OU=http://certs.starfieldtech.com/repository//CN=Starfield Secure Certificate Authority - G2’:
Issued certificate has expired.
To connect to swupdate.openvpn.net insecurely, use `--no-check-certificate'.