ftao / vpn-deploy-playbook

A Collection of Ansible Playbook for deploy vpn services
GNU General Public License v3.0
918 stars 159 forks source link

IKEV2 With Let's Encrypt 报错 #120

Open alroyso opened 8 years ago

alroyso commented 8 years ago

ERROR: cannot find role in /home/nokidc/Desktop/vpn-deploy-playbook/roles/thefinn93.letsencrypt or /home/nokidc/Desktop/vpn-deploy-playbook/thefinn93.letsencrypt or /home/nokidc/Desktop/vpn-deploy-playbook/vendor-roles/thefinn93.letsencrypt or /etc/ansible/roles/thefinn93.letsencrypt

ftao commented 8 years ago

请看这个 https://github.com/ftao/vpn-deploy-playbook/wiki/%E5%87%86%E5%A4%87%E6%8E%A7%E5%88%B6%E6%9C%BA#clone-%E6%9C%AC%E4%BB%93%E5%BA%93%E5%AE%89%E8%A3%85%E4%BE%9D%E8%B5%96%E7%9A%84role

ftao commented 8 years ago

需要执行 ansible-galaxy install -r requirements.yml 安装依赖

alroyso commented 8 years ago

Setup IKEv2 VPN Server 关于这个WINDOWS 连接不上行,请问这个是什么原因啊?

ftao commented 8 years ago

需要系统信任服务器端的证书, 之前的role 自动生成的证书是不被系统信任的。 请使用 Lets's Encrypt 模式。

https://github.com/ftao/vpn-deploy-playbook/wiki/Setup-IKEv2-VPN-Server-with-SSL-Certs-from-Let's-Encrypt