Merge pull request #15357 from Slawka/patch-1

Update certificates.md
This commit is contained in:
Dockertopia 2022-08-18 15:56:25 +01:00 committed by GitHub
commit 1613609713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
└── ca.crt <-- Root CA that signed
the registry certificate, in PEM
```
The preceding example is operating-system specific and is for illustrative