mirror of https://github.com/docker/docs.git
Update certificates.md
seems like the certificate directory on the client has to include the port to work
This commit is contained in:
parent
b9acf4d125
commit
d917992df0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue