Changes

Line 73: Line 73:  
====Generation of DH Parameters====
 
====Generation of DH Parameters====
 
----
 
----
The '''DH parameter''' refers to the parameters used in the Diffie-Hellman key exchange. This cryptographic protocol allows two parties to securely generate a shared secret over an untrusted communication channel. In practical use, such as with VPNs, TLS/SSL, or routers, DH parameters are used to securely generate session keys for encrypting data. Generating a server certificate follows similar steps:
+
The '''DH parameters''' refers to the parameters used in the Diffie-Hellman key exchange. This cryptographic protocol allows two parties to generate a shared secret over an untrusted communication channel securely. In practical use, such as with VPNs, TLS/SSL, or routers, DH parameters are used to securely generate session keys for encrypting data. Generating a DH Parameters follows similar steps:
    
#Select '''DH Parameters''' file type.
 
#Select '''DH Parameters''' file type.

Navigation menu