Changes

no edit summary
Line 28: Line 28:  
==Step 2: generating TLS certificates and keys==
 
==Step 2: generating TLS certificates and keys==
   −
*
+
* Now we'll need to generate TLS certificates that will later be used for authentication purposes when clients connect to the OpenVPN server. For this we'll be using the '''EasyRSA''' application that was installed along with OpenVPN. <br> EasyRSA commands have to be executed via the Windows Command Prompt. It can be opened by typing '''cmd''' in the Windows search bar ('''Windows button + S'''). When you launch it, make sure you run it '''as administrator''':
 +
 
 +
[[File:How to generate tls certificates windows part 1.png]]
 +
----
 +
* Change the current directory to the EasyRSA folder. To do so, execute this command:
 +
 
 +
cd "C:\Program Files\OpenVPN\easy-rsa"
 +
----
 +
*
 +
 
 +
init-config