Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:ssl:cipher [2024/07/30 11:34] jsmisc:ssl:cipher [2024/07/30 11:36] (current) – [example:] js
Line 8: Line 8:
  
 RedHat 8 documentation: [[https://docs.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/pdf/deploying_different_types_of_servers/red_hat_enterprise_linux-8-deploying_different_types_of_servers-en-us.pdf|RedHat 8 Deploying Servers PDF]] \\  RedHat 8 documentation: [[https://docs.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/pdf/deploying_different_types_of_servers/red_hat_enterprise_linux-8-deploying_different_types_of_servers-en-us.pdf|RedHat 8 Deploying Servers PDF]] \\ 
-Apache documentation: [[https://httpd.apache.org/docs/trunk/mod/mod_ssl.html]]+Apache documentation: [[https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslciphersuite]]
  
-== example: ==+ 
 +== SSLCipherSuite Example ==
 <code bash>SSLCipherSuite "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:!SHA1:!SHA256"</code> <code bash>SSLCipherSuite "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:!SHA1:!SHA256"</code>