From 98388fe7a399512df4de1bf287d0fd994b2b5ea5 Mon Sep 17 00:00:00 2001 From: Cyprien <33923937+Kipre@users.noreply.github.com> Date: Fri, 25 Feb 2022 11:59:55 +0100 Subject: [PATCH] Note about Windows paths for self-signed certificates (#14250) * Comment Windows paths for self-signed certificates The documentation is misleading as colons are not allowed in paths in Windows, so it might be useful to be explicit about it. * Apply suggestions from code review Removing the colon as the docs are specific to Windows. Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- desktop/windows/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/windows/index.md b/desktop/windows/index.md index 97a928f7bd..8cacce2cf3 100644 --- a/desktop/windows/index.md +++ b/desktop/windows/index.md @@ -415,8 +415,8 @@ in the Docker Engine topics. ### How do I add client certificates? You can add your client certificates -in `~/.docker/certs.d/:/client.cert` and -`~/.docker/certs.d/:/client.key`. You do not need to push your certificates with `git` commands. +in `~/.docker/certs.d//client.cert` and +`~/.docker/certs.d//client.key`. You do not need to push your certificates with `git` commands. When the Docker Desktop application starts, it copies the `~/.docker/certs.d` folder on your Windows system to the `/etc/docker/certs.d`