mirror of https://github.com/docker/docs.git
Update add-sans-to-cluster.md (#2671)
* Update add-sans-to-cluster.md * Update add-sans-to-cluster.md
This commit is contained in:
parent
733b8a6b9a
commit
8c4811cad6
|
@ -4,11 +4,11 @@ description: Learn how to add new SANs to cluster nodes, allowing you to connect
|
|||
keywords: Docker, cluster, nodes, labels, certificates, SANs
|
||||
---
|
||||
|
||||
UCP always runs with HTTPS enabled.When you connect to UCP, you need to make
|
||||
UCP always runs with HTTPS enabled. When you connect to UCP, you need to make
|
||||
sure that the hostname that you use to connect is recognized by UCP's
|
||||
certificates. If, for instance, you put UCP behind a load balancer that
|
||||
forwards its traffic to your UCP instance, your requests will be for the load
|
||||
balancer's hostname or IP address, not UCP's. UCP will reject these requests
|
||||
balancer's hostname or IP address, not UCP's. UCP will reject these requests
|
||||
unless you include the load balancer's address as a Subject Alternative Name
|
||||
(or SAN) in UCP's certificates.
|
||||
|
||||
|
|
Loading…
Reference in New Issue