mirror of https://github.com/docker/docs.git
Update certificates.md
you need to specify the format of the CA certificate PEM
This commit is contained in:
parent
ac6ff97fdb
commit
0b8f21f220
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue