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
Apparently the VPN also needs a .crt file.
However I'm running it on a remote server via a local docker-compose file, so I can't mount anything, and that piping one wouldn't work either.
Apparently the VPN also needs a .crt file.
However I'm running it on a remote server via a local
docker-compose
file, so I can't mount anything, and that piping one wouldn't work either.I'm using the Namecheap VPN so I would need that file https://namecheap.simplekb.com//SiteContents/2-7C22D5236A4543EB827F3BD8936E153E/media/crt.txt to be there.
The question is if there's a environment variable which I could set to that value instead:
Maybe I'm missing an option to set that already?
If not that could probably be implemented by something like
echo $VPN_CERT > /vpn/vpn-ca.crt
?The text was updated successfully, but these errors were encountered: