Update certificates.md

you need to specify the format of the CA certificate PEM
This commit is contained in:
Slawka 2022-08-10 22:37:22 +03:00 committed by GitHub
parent ac6ff97fdb
commit 0b8f21f220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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