DCA · Question #60
Is this the purpose of Docker Content Trust? Solution: Verify and encrypt Docker registry TLS.
The correct answer is A. Yes. The question asks if a purpose of Docker Content Trust (DCT) is to verify and encrypt Docker registry TLS.
Question
Is this the purpose of Docker Content Trust? Solution: Verify and encrypt Docker registry TLS.
Options
- AYes
- BNo
How the community answered
(43 responses)- A93% (40)
- B7% (3)
Why each option
The question asks if a purpose of Docker Content Trust (DCT) is to verify and encrypt Docker registry TLS.
Docker Content Trust (DCT) relies on secure communication channels; while it doesn't directly perform TLS encryption, its secure operation inherently requires and leverages properly verified and encrypted TLS communication with the Docker registry and Notary server as a foundational security measure for trusted image delivery.
Although the primary purpose of Docker Content Trust is image signing and verification, its secure functioning depends on and implicitly involves ensuring the integrity of the communication channel via verified and encrypted TLS with the registry.
Concept tested: Docker Content Trust's reliance on TLS
Source: https://docs.docker.com/engine/security/trust/content_trust/
Topics
Community Discussion
No community discussion yet for this question.