mirror of https://github.com/docker/docs.git
Fixes cert errors when using curl and a valid cert
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
This commit is contained in:
parent
ed52096204
commit
5aa6f14fc3
|
|
@ -66,11 +66,11 @@ If you want to use your own certificates:
|
|||
|
||||
3. Add the following files to the volume top-level directory:
|
||||
|
||||
| File | Description |
|
||||
|:---------|:----------------------------------------------------------------------------------------------|
|
||||
| ca.pem | Your certificate chain, including the root and any intermediate certificates, in that order. |
|
||||
| cert.pem | Your signed UCP controller certificate. |
|
||||
| key.pem | Your UCP controller private key. |
|
||||
| File | Description |
|
||||
|:---------|:----------------------------------------------------------------------------------|
|
||||
| ca.pem | Your root CA certificate. |
|
||||
| cert.pem | Your signed UCP controller certificate followed by any intermediate certificates. |
|
||||
| key.pem | Your UCP controller private key. |
|
||||
|
||||
|
||||
## Step 5: Install the UCP controller
|
||||
|
|
|
|||
Loading…
Reference in New Issue