From 5aa6f14fc3ce3bcbbbdf3e48ba8e6efc68773c6a Mon Sep 17 00:00:00 2001 From: Matt Bentley Date: Tue, 17 May 2016 22:07:11 -0400 Subject: [PATCH] Fixes cert errors when using curl and a valid cert Signed-off-by: Matt Bentley --- installation/install-production.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installation/install-production.md b/installation/install-production.md index 93e30c5d90..36925acbd3 100644 --- a/installation/install-production.md +++ b/installation/install-production.md @@ -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