STIGQter STIGQter: STIG Summary: Docker Enterprise 2.x Linux/UNIX Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 23 Apr 2021:

Docker Enterprise TLS certificate authority (CA) certificate file ownership must be set to root:root.

DISA Rule

SV-235859r627704_rule

Vulnerability Number

V-235859

Group Title

SRG-APP-000516

Rule Version

DKER-EE-005250

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Set the ownership and group-ownership for the TLS CA certificate file to root.

Run the following command:
chown root:root <path to TLS CA certificate file>

Check Contents

Ensure that TLS CA certificate file ownership is set to root:root.

Execute the below command to verify that the TLS CA certificate file is owned and group-owned by root:

stat -c %U:%G <path to TLS CA certificate file>

If the TLS CA certificate permissions are not set to root:root, this is a finding.

Vulnerability Number

V-235859

Documentable

False

Rule Version

DKER-EE-005250

Severity Override Guidance

Ensure that TLS CA certificate file ownership is set to root:root.

Execute the below command to verify that the TLS CA certificate file is owned and group-owned by root:

stat -c %U:%G <path to TLS CA certificate file>

If the TLS CA certificate permissions are not set to root:root, this is a finding.

Check Content Reference

M

Target Key

5281

Comments