Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
misc:ssl:cipher [2024/07/30 11:34] – js | misc:ssl:cipher [2024/07/30 11:36] (current) – [example:] js |
---|
| |
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> |
| |