Ability to put file location of openvpn cert & key as environment variables #2242
funnything1
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been having problems with gluetun & cyberghost where i have to put the client key and the client certificate as environment variables and some applications dont like having the entire base64 in the evironment variable. This would fix all my issues on trunas as there is currently a 1024 character limit on environment variables.
Maybe like this:
OPENVPN_CERT_FILE = \mnt\Storage\client.crt
OPENVPN_KEY_File = \mnt\Storage\client.key
Beta Was this translation helpful? Give feedback.
All reactions