大家好,这是我第一次在全新安装 Ubuntu mate 18.04 LTS 的赛扬驱动的 Intel NUC 上安装 VPN。我无法满足这个 ca 文件要求。我按照命令从 digital ocean 输入,完全符合他们的要求。但不知何故,我收到了 EasyRSA 错误,而且我没有得到他们教程中所示的内容。任何帮助都将不胜感激,因为我完全迷路了。谢谢。
我正在关注的指南链接(我现在处于第 3 步)
noah@Ubuntu:~/EasyRSA-3.0.4$ ./easyrsa sign-req server server
Note: using Easy-RSA configuration from: ./vars
Easy-RSA error:
Missing expected CA file: index.txt (perhaps you need to run build-ca?)
Run easyrsa without commands for usage and command help.
答案1
很容易错过必须将 build-ca 作为 easyrsa 的命令行选项运行的部分。./easyrsa build-ca
如果您没有设置密码,您可以尝试构建并设置密码。