autologin using stored password
Posted: Wed Apr 26, 2017 4:45 am
Hello I used to be able to use an external file to store my password and login but for some reason in the latest version its not working
client
dev tun
proto udp
remote us-siliconvalley.privateinternetaccess.com 1198
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-128-cbc auth sha1 tls-client remote-cert-tls server
auth-user-pass password.txt
comp-lzoverb 1reneg-sec 0crl-verify crl.rsa.2048.pem
ca ca.rsa.2048.crtdisable-occ
Where password.txt stored that information..
Now when I try to do the same as what worked before its giving me a error that reads :
Options error: Unrecognized option or missing or extra parameter(s) in US Silicon Valley.ovpn:23: password.txt (2.4.1)
Any clue what changed and how can I get this back to working?
client
dev tun
proto udp
remote us-siliconvalley.privateinternetaccess.com 1198
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-128-cbc auth sha1 tls-client remote-cert-tls server
auth-user-pass password.txt
comp-lzoverb 1reneg-sec 0crl-verify crl.rsa.2048.pem
ca ca.rsa.2048.crtdisable-occ
Where password.txt stored that information..
Now when I try to do the same as what worked before its giving me a error that reads :
Options error: Unrecognized option or missing or extra parameter(s) in US Silicon Valley.ovpn:23: password.txt (2.4.1)
Any clue what changed and how can I get this back to working?