mirror of https://github.com/docker/docs.git
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:
parent
a9c8be8783
commit
98388fe7a3
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue