mirror of https://github.com/docker/docs.git
Minor edits for clarification
This commit is contained in:
parent
0b8f21f220
commit
c3efb2f95f
|
|
@ -47,8 +47,8 @@ The following illustrates a configuration with custom certificates:
|
||||||
└── localhost:5000 <-- Hostname:port
|
└── localhost:5000 <-- Hostname:port
|
||||||
├── client.cert <-- Client certificate
|
├── client.cert <-- Client certificate
|
||||||
├── client.key <-- Client key
|
├── client.key <-- Client key
|
||||||
└── ca.crt <-- Certificate authority that signed
|
└── ca.crt <-- Root CA that signed
|
||||||
the registry certificate in PEM
|
the registry certificate, in PEM
|
||||||
```
|
```
|
||||||
|
|
||||||
The preceding example is operating-system specific and is for illustrative
|
The preceding example is operating-system specific and is for illustrative
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue