Fixes cert errors when using curl and a valid cert

Signed-off-by: Matt Bentley <matt.bentley@docker.com>
This commit is contained in:
Matt Bentley 2016-05-17 22:07:11 -04:00 committed by Joao Fernandes
parent ed52096204
commit 5aa6f14fc3
1 changed files with 5 additions and 5 deletions

View File

@ -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