OpenVPN setup manual

Hi!
I try to install OpenVPN with scripts from KB Article https://openwrt.org/docs/guide-user/services/vpn/openvpn/basic.
Seems, that there is some missing settings:
on the step 3 script " 3. Basic server Install and configure VPN server." i've got errors
"openssl not found" on line "CA_CERT="$(openssl x509 -in "${EASYRSA_PKI}/ca.crt")""
and the same other that contains phrase "openssl"

opkg update
opkg --force-reinstall install openssl-util
opkg files openssl-util
1 Like

Thank you. Force reinstall openssl-util package solve problem

opkg --force-reinstall install openssl-util

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.

1 Like