mirror of https://github.com/docker/docs.git
* #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:
parent
59348a30a8
commit
f09ef4ae26
|
@ -39,11 +39,11 @@ and click **Certificates**.
|
|||
|
||||
Upload your certificates and keys:
|
||||
|
||||
* A ca.pem file with the root CA public certificate.
|
||||
* A cert.pem file with the TLS certificate and any intermediate CA public
|
||||
certificates. This certificate should also have SANs for all addresses used to
|
||||
access UCP, including load balancers.
|
||||
* A key.pem file with TLS private key.
|
||||
* A `ca.pem` file with the root CA public certificate.
|
||||
* A `cert.pem` file with the TLS certificate for your domain and any intermediate public
|
||||
certificates, in this order.
|
||||
* A `key.pem` file with TLS private key. Make sure it is not encrypted with a password.
|
||||
Encrypted keys should have `ENCRYPTED` in the first line.
|
||||
|
||||
Finally, click **Update** for the changes to take effect.
|
||||
|
||||
|
|
|
@ -39,11 +39,11 @@ and click **Certificates**.
|
|||
|
||||
Upload your certificates and keys:
|
||||
|
||||
* A ca.pem file with the root CA public certificate.
|
||||
* A cert.pem file with the TLS certificate and any intermediate CA public
|
||||
certificates. This certificate should also have SANs for all addresses used to
|
||||
access UCP, including load balancers.
|
||||
* A key.pem file with TLS private key.
|
||||
* A `ca.pem` file with the root CA public certificate.
|
||||
* A `cert.pem` file with the TLS certificate for your domain and any intermediate public
|
||||
certificates, in this order.
|
||||
* A `key.pem` file with TLS private key. Make sure it is not encrypted with a password.
|
||||
Encrypted keys should have `ENCRYPTED` in the first line.
|
||||
|
||||
Finally, click **Update** for the changes to take effect.
|
||||
|
||||
|
|
Loading…
Reference in New Issue