diff --git a/_data/toc.yaml b/_data/toc.yaml index b66178a6e37..1816d4e43a5 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1066,7 +1066,7 @@ reference: - path: /reference/dtr/2.7/cli/destroy/ title: destroy - path: /reference/dtr/2.7/cli/emergency-repair/ - title: emergency-repair7 + title: emergency-repair - path: /reference/dtr/2.7/cli/install/ title: install - path: /reference/dtr/2.7/cli/join/ diff --git a/ee/enable-client-certificate-authentication.md b/ee/enable-client-certificate-authentication.md index 44665345542..8c1b02bfc3a 100644 --- a/ee/enable-client-certificate-authentication.md +++ b/ee/enable-client-certificate-authentication.md @@ -134,7 +134,7 @@ DTR provides the Notary service for using Docker Content Trust (DCT) out of the
docker trust sign
ca.crt
from https://<dtr-external-url>/ca
to:
export DOCKER_CONTENT_TRUST=1
to enable content trust on the Docker client. Copy ca.crt
from https:///ca
to /<home_directory>/.docker/tls/
on Linux and macOS. docker push
will sign your images.export DOCKER_CONTENT_TRUST=1
to enable content trust on the Docker client. Copy ca.crt
from https://<dtr-external-url>/ca
to /<home_directory>/.docker/tls/
on Linux and macOS. docker push
will sign your images.