wheelybird / openvpn-server-ldap-otp

A dockerised OpenVPN server using LDAP for authentication, with optional 2FA via Google Authenticator
MIT License
171 stars 72 forks source link

Invalid path for pki_vars for variable EASYCMD in setup_pki.sh #67

Open pierreedbrg opened 1 year ago

pierreedbrg commented 1 year ago

the line should be EASYCMD="/opt/easyrsa/easyrsa --vars=/opt/easyrsa/pki_vars" instead of EASYCMD="/opt/easyrsa/easyrsa --vars=/opt/easyrsa/vars"

wheelybird commented 1 year ago

Thanks for spotting that. I'll get it fixed ASAP.