mirror of https://github.com/docker/docs.git
commit
1613609713
|
@ -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
|
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