Skip to content

Commit

Permalink
Corrected file name in K3s 4.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Aug 5, 2024
1 parent e797e60 commit aa55188
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package/cfg/k3s-cis-1.24-hardened/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ groups:
set: true
remediation: |
By default, K3s automatically provides the client ca certificate for the Kubelet.
It is generated and located at /var/lib/rancher/k3s/server/tls/client-ca.crt
It is generated and located at /var/lib/rancher/k3s/agent/client-ca.crt
scored: true

- id: 4.2.4
Expand Down
2 changes: 1 addition & 1 deletion package/cfg/k3s-cis-1.24-permissive/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ groups:
set: true
remediation: |
By default, K3s automatically provides the client ca certificate for the Kubelet.
It is generated and located at /var/lib/rancher/k3s/server/tls/client-ca.crt
It is generated and located at /var/lib/rancher/k3s/agent/client-ca.crt
scored: true

- id: 4.2.4
Expand Down
2 changes: 1 addition & 1 deletion package/cfg/k3s-cis-1.7-hardened/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ groups:
path: '{.authentication.x509.clientCAFile}'
remediation: |
By default, K3s automatically provides the client ca certificate for the Kubelet.
It is generated and located at /var/lib/rancher/k3s/server/tls/client-ca.crt
It is generated and located at /var/lib/rancher/k3s/agent/client-ca.crt
scored: true

- id: 4.2.4
Expand Down
2 changes: 1 addition & 1 deletion package/cfg/k3s-cis-1.7-permissive/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ groups:
path: '{.authentication.x509.clientCAFile}'
remediation: |
By default, K3s automatically provides the client ca certificate for the Kubelet.
It is generated and located at /var/lib/rancher/k3s/server/tls/client-ca.crt
It is generated and located at /var/lib/rancher/k3s/agent/client-ca.crt
scored: true

- id: 4.2.4
Expand Down
2 changes: 1 addition & 1 deletion package/cfg/k3s-cis-1.8-hardened/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ groups:
path: '{.authentication.x509.clientCAFile}'
remediation: |
By default, K3s automatically provides the client ca certificate for the Kubelet.
It is generated and located at /var/lib/rancher/k3s/server/tls/client-ca.crt
It is generated and located at /var/lib/rancher/k3s/agent/client-ca.crt
scored: true

- id: 4.2.4
Expand Down
2 changes: 1 addition & 1 deletion package/cfg/k3s-cis-1.8-permissive/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ groups:
path: '{.authentication.x509.clientCAFile}'
remediation: |
By default, K3s automatically provides the client ca certificate for the Kubelet.
It is generated and located at /var/lib/rancher/k3s/server/tls/client-ca.crt
It is generated and located at /var/lib/rancher/k3s/agent/client-ca.crt
scored: true

- id: 4.2.4
Expand Down

0 comments on commit aa55188

Please sign in to comment.