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
|
/etc/docker/certs.d/ <-- Certificate directory
|
||||||
└── localhost <-- Hostname
|
└── localhost:5000 <-- Hostname:port
|
||||||
├── client.cert <-- Client certificate
|
├── client.cert <-- Client certificate
|
||||||
├── client.key <-- Client key
|
├── client.key <-- Client key
|
||||||
└── localhost.crt <-- Certificate authority that signed
|
└── localhost.crt <-- Certificate authority that signed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue