I'm trying to generate certificates to use in my DDWRT router, my windows desktop, and my Windows laptop. I'm following the instructions here:
https://community.openvpn.net/openvpn/w ... nVPN-Howto
I'm in the RSA shell, and have generated my ca.crt. I then run:
./easyrsa init-pki
Confirm a new pki
But when I run
./easyrsa gen-req UNIQUE_SERVER_SHORT_NAME nopass
I get Easy-RSA error;
Unknown command 'gen-reg'
If I run ./easyrsa help, it's listed, but if I run
./easyrsa help gen-reg
I get the same unknown command error
I get the same behaviour with build-server-full
EasyRSA 3.1.2 gen-reg Unknown command
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 4
- Joined: Thu Jan 26, 2023 11:15 pm
-
- OpenVpn Newbie
- Posts: 4
- Joined: Thu Jan 26, 2023 11:15 pm
Re: EasyRSA 3.1.2 gen-reg Unknown command
Never mind. I think I figured it out.