Tagged Questions
2
votes
4answers
2k views
Establish openvpn tunnel in bash script
I'm trying to write a script which will establish an openvpn tunnel when the computer boots up. The main problem lies in inputting the pkcs12 password. I realise it's very bad practice to have a ...