TinCanTech / easy-tls

Manage and Inline OpenVPN TLS keys and Easy-RSA PKI credentials. Supports OpenVPN TLS-Crypt-V2 key system and OpenVPN Peer-Fingerprint mode.
GNU General Public License v2.0
87 stars 19 forks source link

'easytls script' uses two different values for temp folder #293

Closed TinCanTech closed 2 years ago

TinCanTech commented 2 years ago

Example:

tmp-dir '/tmp'

tls-export-cert '/tmp'

# If your clients have username/password then set this to level 3
script-security 2

tls-crypt-v2-verify '/etc/openvpn/tuns_01194u/easytls-cryptv2-verify.sh -s=/etc/openvpn/tuns_01194u/easytls-cryptv2-verify.vars -c=/etc/openvpn/tuns_01194u/pki -g=wiscii'

client-connect '/etc/openvpn/tuns_01194u/easytls-client-connect.sh -v -s=/etc/openvpn/tuns_01194u/easytls-client-connect.vars -M -t=/dev/shm/easytls'
client-disconnect '/etc/openvpn/tuns_01194u/easytls-client-disconnect.sh -v -s=/etc/openvpn/tuns_01194u/easytls-client-disconnect.vars'

tmp-dir /tmp vs -t=/dev/shm/easytls