我已经建立了 CyberGhost VPN 服务账户,下载了配置文件,并按照他们网站上的教程现在当我尝试连接时出现此错误:
scooter420@scooter420:~$ sudo openvpn --config /home/scooter420/cyberghostvpn/openvpn.ovpn
Options error: --cert fails with 'client.crt': No such file or directory
Options error: --key fails with 'client.key': No such file or directory
Options error: Please correct these errors.
答案1
client.crt
是client.key
连接您的 VPN 所需的文件。
您链接到的教程描述了如何下载它们(在页面上搜索client.crt
)。