You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2025. It is now read-only.
More info here, but wanted to link in this repo in case it trips up others.
I found the OPENVPN_CONFIG env var wasn't being set, presumably because it spans multiple lines.
It appears that you can safely remove all the newlines from vpnconfig.ovpn and openvpn --config can still read it, so perhaps recommend doing that (and surrounding with "s) before putting in a secret?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
More info here, but wanted to link in this repo in case it trips up others.
I found the
OPENVPN_CONFIG
env var wasn't being set, presumably because it spans multiple lines.It appears that you can safely remove all the newlines from
vpnconfig.ovpn
andopenvpn --config
can still read it, so perhaps recommend doing that (and surrounding with"
s) before putting in a secret?The text was updated successfully, but these errors were encountered: