#1168: Incorrect TLS cert instructions for Intermediate CA (#2881)

* #1168: TLS cert configuration instructions for Intermediate CA on UCP

* Fix long line

* Fix long line

* Fix to incorrect information

* Update TLS info for UCP 2.1
This commit is contained in:
Cory Locklear 2017-04-24 14:34:59 -04:00 committed by Joao Fernandes
parent 59348a30a8
commit f09ef4ae26
2 changed files with 10 additions and 10 deletions

View File

@ -39,11 +39,11 @@ and click **Certificates**.
Upload your certificates and keys: Upload your certificates and keys:
* A ca.pem file with the root CA public certificate. * A `ca.pem` file with the root CA public certificate.
* A cert.pem file with the TLS certificate and any intermediate CA public * A `cert.pem` file with the TLS certificate for your domain and any intermediate public
certificates. This certificate should also have SANs for all addresses used to certificates, in this order.
access UCP, including load balancers. * A `key.pem` file with TLS private key. Make sure it is not encrypted with a password.
* A key.pem file with TLS private key. Encrypted keys should have `ENCRYPTED` in the first line.
Finally, click **Update** for the changes to take effect. Finally, click **Update** for the changes to take effect.

View File

@ -39,11 +39,11 @@ and click **Certificates**.
Upload your certificates and keys: Upload your certificates and keys:
* A ca.pem file with the root CA public certificate. * A `ca.pem` file with the root CA public certificate.
* A cert.pem file with the TLS certificate and any intermediate CA public * A `cert.pem` file with the TLS certificate for your domain and any intermediate public
certificates. This certificate should also have SANs for all addresses used to certificates, in this order.
access UCP, including load balancers. * A `key.pem` file with TLS private key. Make sure it is not encrypted with a password.
* A key.pem file with TLS private key. Encrypted keys should have `ENCRYPTED` in the first line.
Finally, click **Update** for the changes to take effect. Finally, click **Update** for the changes to take effect.