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>
This commit is contained in:
Cyprien 2022-02-25 11:59:55 +01:00 committed by GitHub
parent a9c8be8783
commit 98388fe7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/<MyRegistry>:<Port>/client.cert` and
`~/.docker/certs.d/<MyRegistry>:<Port>/client.key`. You do not need to push your certificates with `git` commands.
in `~/.docker/certs.d/<MyRegistry><Port>/client.cert` and
`~/.docker/certs.d/<MyRegistry><Port>/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`