Last active
February 5, 2016 11:47
-
-
Save leotm/ba09fd93ee4d44264ae9 to your computer and use it in GitHub Desktop.
OpenVPN server authentication with .ovpn files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For automated authentication of .ovpn files | |
<username> | |
<password> | |
// Ensure login.conf is in the same directory as your .ovpn file | |
// Add the arguments 'auth-user-pass login.conf' to your .ovpn file | |
// To batch edit this multiple files, see: gist.github.com/leotm/377efbde1e7037bbebfa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment