]> git.p6c8.net - policy-templates.git/commitdiff
Add Preferences affected to DisabledCiphers
authorMatthew Sawyer <matthew.ryan.sawyer@gmail.com>
Wed, 5 May 2021 19:25:53 +0000 (14:25 -0500)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 19:25:53 +0000 (14:25 -0500)
README.md

index ddac8e29286bf78ae73aac8c76a29e5469687eb8..7ccd504d2fd26766a69731881ccda07993c8bf65 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1026,6 +1026,8 @@ Value (string):
 ### DisabledCiphers
 Disable specific cryptographic ciphers.
 
+**Preferences Affected:** `security.ssl3.dhe_rsa_aes_128_sha`, `security.ssl3.dhe_rsa_aes_256_sha`, `security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_sha`, `security.ssl3.ecdhe_rsa_aes_256_sha`, `security.ssl3.rsa_aes_128_gcm_sha256`, `security.ssl3.rsa_aes_128_sha`, `security.ssl3.rsa_aes_256_gcm_sha384`, `security.ssl3.rsa_aes_256_sha`, `security.ssl3.rsa_des_ede3_sha`
+
 ---
 **Note:**
 

patrick-canterino.de