Update certificates.md

seems like the certificate directory on the client has to include the port to work
This commit is contained in:
Thomas JOUANNOT 2016-12-08 16:20:57 +01:00 committed by GitHub
parent b9acf4d125
commit d917992df0
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ The following illustrates a configuration with multiple certs:
```
/etc/docker/certs.d/ <-- Certificate directory
└── localhost <-- Hostname
└── localhost:5000 <-- Hostname:port
├── client.cert <-- Client certificate
├── client.key <-- Client key
└── localhost.crt <-- Certificate authority that signed
@ -77,4 +77,4 @@ Missing key KEY_NAME for client certificate CERT_NAME. Note that CA certificates
## Related Information
* [Use trusted images](index.md)
* [Protect the Docker daemon socket](https.md)
* [Protect the Docker daemon socket](https.md)