Changes

no edit summary
Line 11: Line 11:  
===Generating TLS certificates/keys===
 
===Generating TLS certificates/keys===
 
----
 
----
 +
A connection that uses TLS requires multiple certificates and keys for authentication:
    +
* Server:
 +
** A root certificate file (Cetificate Authority)
 +
** Server certificate
 +
** Server key
 +
** Diffie Hellman Parameters
 +
 +
* Client
 +
** Client certificate
 +
** Client key
 +
 +
Detailed instruction on how to obtain these files can be found '''[[How to generate TLS certificates?|here]]'''.
 +
 +
Once you have all the required files, continue following this guide
    
===Configuration===
 
===Configuration===

Navigation menu