Docker Certified Associate (DCA) Exam DCA Question # 51 Topic 6 Discussion

Docker Certified Associate (DCA) Exam DCA Question # 51 Topic 6 Discussion

DCA Exam Topic 6 Question 51 Discussion:
Question #: 51
Topic #: 6

You are pulling images from a Docker Trusted Registry installation

configured to use self-signed certificates, and this error appears:

`x509: certificate signed by unknown authority.

You already downloaded the Docker Trusted Registry certificate authority

certificate from https://dtr.example.com/ca.

How do you trust it? (Select two.)


A.

Pass '-trust-certificate ca.crt to the Docker client.


B.

Place the certificate in '/etc/docker/dtr/dtr.example.com.crt' and restart theDocker daemon on all cluster nodes.


C.

Place the certificate in /etc/docker/certs.d/dtr.example.com/ca.crt' on allcluster nodes.


D.

Pass -- insecure-registry to the Docker client.


E.

Place the certificate in your OS certificate path, trust the certificate system-wide, and restart the Docker daemon across all cluster nodes.


Get Premium DCA Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.