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
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:
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: