Hey
Long time Unifi user, relatively new Protect user with G2 Plus, and have now replaced my aging Asus router with an ER4. My only requirement is to setup an OpenVPN server which I used on my Asus, and I'm not getting very far.
I followed these instructions:
https://help.ubnt.com/hc/en-us/articles/115015971688-EdgeRouter-OpenVPN-Server#1%C2%A0
Something went wrong, didn't work, and not totally being clear on how to clean it up, I went with the factory reset option. It's on firmware 2.0.1
With a fresh config, I've again started to follow that page but all I get when trying to runt eh first CA.pl command (I also tried CA.sh just in case) is the following. I've stumbled at the first hurdle :-( Is there any sage who know what I've done wrong? Thanks!
PS One comment, that support document is no longer exactly matching the process in v2 firmware, needs updating.
ubnt@ubnt:~$ show date
Fri May 17 21:14:27 UTC 2019
ubnt@ubnt:~$ sudo su
root@ubnt:/home/ubnt# ls
root@ubnt:/home/ubnt# ls /config/auth
dhp.pem
root@ubnt:/home/ubnt# cd /usr/lib/ssl/misc
root@ubnt:/usr/lib/ssl/misc# ls
demoCA tsget
root@ubnt:/usr/lib/ssl/misc# ./CA.pl -newca
bash: ./CA.pl: No such file or directory
root@ubnt:/usr/lib/ssl/misc# ./CA.pl -newca
bash: ./CA.pl: No such file or directory
root@ubnt:/usr/lib/ssl/misc# ./CA.sh -newca
bash: ./CA.sh: No such file or directory
root@ubnt:/usr/lib/ssl/misc#