Minor edits for clarification

This commit is contained in:
dockertopia 2022-08-18 15:47:59 +01:00
parent 0b8f21f220
commit c3efb2f95f
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ The following illustrates a configuration with custom certificates:
└── localhost:5000 <-- Hostname:port
├── client.cert <-- Client certificate
├── client.key <-- Client key
└── ca.crt <-- Certificate authority that signed
the registry certificate in PEM
└── ca.crt <-- Root CA that signed
the registry certificate, in PEM
```
The preceding example is operating-system specific and is for illustrative