


Run these commands to generate ta.key ( More info about this can be found here) cd "C:\Program Files\OpenVPN\bin" This will generate "dh1024.pem" in the config folder You can replace this with a friendly name if you want vars.batĪgain, set the "common name" and "name" for this as your client's name Common name: your-device-name-here
#OPENVPN WINDOWS DOWNLOAD ANDROID#
In my case my only client is my android phone, so I just made the one and called it "Client". Next we need to make a certificate for each client. Press enter through the rest and enter "y" for signing and committing the cert Like above, set the "common name" and "name" for this as "server" Common name: server Run the below command build-key-server.bat server Enter "ca" without the quotation marks for these Common name: ca Press enter through "build-ca.bat" apart from these fields. Next, run these commands: cd "C:\Program Files\OpenVPN\easy-rsa" I chose to put my DDNS in mine for example: set KEY_COUNTRY=US -> GB These don't matter too much, so you can put whatever you want in them. You can also change the certificate fields. When notepad opens, change the following: set DH_KEY_SIZE=2048 -> set DH_KEY_SIZE=1024 Notepad C:\Program Files\OpenVPN\easy-rsa\vars.bat Open CMD as admin and paste these commands in cd "C:\Program Files\OpenVPN\easy-rsa" Parts of this next bit are from Bobby Allen's guide

#OPENVPN WINDOWS DOWNLOAD INSTALL#
