openVPN FreeBSD no easyrsa.real

Support forum for Easy-RSA certificate management suite.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
dw07
OpenVpn Newbie
Posts: 2
Joined: Sun Mar 26, 2023 3:38 pm

openVPN FreeBSD no easyrsa.real

Post by dw07 » Sun Mar 26, 2023 3:52 pm

Hi,

I am new to openvpn and am trying to configure it on a Freebsd 124 vmware workstation 17 host. I am following this configuration guide/example

https://kifarunix.com/install-and-confi ... reebsd-12/

However when I get to this section no easyrsa.real can be found:

Easy-RSA ships with certificate generation script called easyrsa.real. To generare the certificate files, navigate to /usr/local/etc/openvpn/easy-rsa/ directory and proceed as follows;

Initialize the PKI

cd /usr/local/etc/openvpn/easy-rsa
sh ./easyrsa.real init-pki
Note: using Easy-RSA configuration from: ./vars

init-pki complete; you may now create a CA or requests.
Your newly created PKI dir is: /usr/local/etc/openvpn/easy-rsa/pki



my /usr/local/etc/openvpn/easy-rsa has the following structure
.
..
openssl-easyrsa.cnf
openssl-easyrsa.cnf.example
vars
x509-types

locate easyrsa.real finds nothing

Does anybody know what I need to do to progress?

dw07
OpenVpn Newbie
Posts: 2
Joined: Sun Mar 26, 2023 3:38 pm

Re: openVPN FreeBSD no easyrsa.real

Post by dw07 » Mon Mar 27, 2023 1:48 pm

Hi,

Maybe I have come to the wrong forum? Can somebody direct me to a forum where I can get some assistance?

All the documentation I can find refers to './easyrsa.real init-pki' and './easyrsa init-pki', but both do not exist in my '/usr/local/etc/openvpn/easy-rsa folder.

pkg info shows info for openvpn and easy-rsa
pkg install states that the latest versions are installed
locate cannot find easyrsa.real or init-pki

Any help would be greatly appreciated

Many thanks

Regards

dw07

dio
OpenVpn Newbie
Posts: 1
Joined: Mon Apr 03, 2023 7:22 pm

Re: openVPN FreeBSD no easyrsa.real

Post by dio » Mon Apr 03, 2023 7:32 pm

Hi,

just stumpeld over your post while doing quite the same, so I'm not very experienced in openvpn.

If you look on the FreeBSD Port details of easy-rsa (https://www.freshports.org/security/easy-rsa/), you see, that the command is just "easyrsa"
will give you an overview. To do the job use

Cheers!

Post Reply