Changes

Line 1: Line 1: −
==Step 1: downloading easy-rsa==
+
==Step 1: downloading Easy-Rsa==
 
Almost all of the steps will be done through the terminal. You can open the terminal by pressing this '''''CTRL+ALT+T''''' key combination on your keyboard.
 
Almost all of the steps will be done through the terminal. You can open the terminal by pressing this '''''CTRL+ALT+T''''' key combination on your keyboard.
 
----
 
----
Line 71: Line 71:  
The generated '''Diffie-Hellman''' key can be found in the directory '''~/EasyRSA-3.0.7/pki'''.
 
The generated '''Diffie-Hellman''' key can be found in the directory '''~/EasyRSA-3.0.7/pki'''.
 
----
 
----
All the necessary server certificates and keys were built. All of the keys and certificates can be found in these directories:
+
All the necessary server certificates and keys were built. All keys and certificates, that will be used for the server, can be found in these directories:
 
<ol>
 
<ol>
 
  <li>CA certificate - '''~/EasyRSA-3.0.7/pki/ca.crt'''</li>
 
  <li>CA certificate - '''~/EasyRSA-3.0.7/pki/ca.crt'''</li>
Line 79: Line 79:  
  <li>Diffie-Hellman key - '''~/EasyRSA-3.0.7/pki/dh.pem'''</li>
 
  <li>Diffie-Hellman key - '''~/EasyRSA-3.0.7/pki/dh.pem'''</li>
 
</ol>
 
</ol>
 +
 
==Step 5: building client certificate and keys==
 
==Step 5: building client certificate and keys==
 
In this step we will show you how to build a certificate and a key pair for the client.
 
In this step we will show you how to build a certificate and a key pair for the client.

Navigation menu