Probably pilot error, again, but...
Since the sysupgrade, I can no longer create or revoke OpenVPN keys.
In both cases I get the following:
./easyrsa revoke old-user
Easy-RSA error:
Unsupported SSL library: 4
EasyRSA Version Information
Version: 3.1.1
Generated: Thu Oct 13 06:37:48 CDT 2022
SSL Lib: LibreSSL 4.0.0
Git Commit: 2083fb29b512c5b2fccf65db8e5f89771fbf90f5
Source Repo: https://github.com/OpenVPN/easy-rsa
Host: 3.1.1 | nix | OpenBSD | /bin/ksh | LibreSSL 4.0.0
Am I doing something wrong? I have upgraded all packages, but didn't
see any changes to e.g. easy-rsa.
Thanks,
Steve
you have to install openssl v3 "doas pkg_add openssl", then set in esyrsa folder in vars file this > set_var EASYRSA_OPENSSL "/usr/local/bin/eopenssl33"
ReplyDelete