Added specifics about bringing your own cert

Signed-off-by: Matt Bentley <matt.bentley@docker.com>
This commit is contained in:
Matt Bentley 2016-05-11 15:54:27 -04:00 committed by Joao Fernandes
parent 92991ee0f6
commit 0cbb2e32ee
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 Root CA Certificate chain, including any intermediaries. |
| cert.pem | Your signed UCP controller certificate. |
| key.pem | Your UCP controller private key. |
| 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. |
## Step 5: Install the UCP controller