Skip to content

Commit a402212

Browse files
Update controls/C-0277-ensurethattheapiserveronlymakesuseofstrongcryptographicciphers-new.json
fix link Signed-off-by: YiscahLevySilas1 <[email protected]>
1 parent 85fb53c commit a402212

1 file changed

+1
-1
lines changed

controls/C-0277-ensurethattheapiserveronlymakesuseofstrongcryptographicciphers-new.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"remediation": "Edit the API server pod specification file /etc/kubernetes/manifests/kube-apiserver.yaml on the Control Plane node and set the below parameter.\n\n \n```\n--tls-cipher-suites=TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_RC4_128_SHA.\n\n```",
77
"manual_test": "Run the following command on the Control Plane node:\n\n \n```\nps -ef | grep kube-apiserver\n\n```\n Verify that the `--tls-cipher-suites` argument is set as outlined in the remediation procedure below.",
88
"references": [
9-
"https://workbench.cisecurity.org/sections/1126663/recommendations/1838676"
9+
"https://workbench.cisecurity.org/sections/2633389/recommendations/4262031"
1010
],
1111
"attributes": {
1212
},

0 commit comments

Comments
 (0)