DCA · Question #59
Is this the purpose of Docker Content Trust? Solution: Enable mutual TLS between the Docker client and server.
The correct answer is B. No. This question asks if the purpose of Docker Content Trust (DCT) is to enable mutual TLS between the Docker client and server.
Question
Is this the purpose of Docker Content Trust? Solution: Enable mutual TLS between the Docker client and server.
Options
- AYes
- BNo
How the community answered
(28 responses)- A11% (3)
- B89% (25)
Why each option
This question asks if the purpose of Docker Content Trust (DCT) is to enable mutual TLS between the Docker client and server.
Mutual TLS is a security feature for authenticating both client and server during communication, which is distinct from the primary goal of Docker Content Trust, which is image content integrity and provenance.
Docker Content Trust (DCT) focuses on verifying the integrity and authenticity of Docker images through digital signatures, ensuring the image content has not been tampered with and comes from a trusted publisher; it does not directly enable or manage mutual TLS, which is a separate communication security mechanism.
Concept tested: Docker Content Trust purpose
Source: https://docs.docker.com/engine/security/trust/content_trust/
Topics
Community Discussion
No community discussion yet for this question.