Page 1 of 1

EasyRSA 3.1.2 gen-reg Unknown command

Posted: Fri Jan 27, 2023 4:48 am
by SomeOtherGuy
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

Re: EasyRSA 3.1.2 gen-reg Unknown command

Posted: Sun Jan 29, 2023 8:48 pm
by SomeOtherGuy
Never mind. I think I figured it out.