mirror of https://github.com/docker/docs.git
Fix deadlinks (#9181)
This commit is contained in:
parent
d626941413
commit
e12eb296b2
|
@ -4,10 +4,22 @@ description: Learn how to configure Docker Trusted Registry with your own TLS ce
|
||||||
keywords: dtr, tls, certificates, security
|
keywords: dtr, tls, certificates, security
|
||||||
---
|
---
|
||||||
|
|
||||||
Docker Trusted Registry (DTR) services are exposed using HTTPS by default. This ensures encrypted communications between clients and your trusted registry. If you do not pass a PEM-encoded TLS certificate during installation, DTR will generate a [self-signed certificate](https://en.wikipedia.org/wiki/Self-signed_certificate). This leads to an insecure site warning when accessing DTR through a browser. Additionally, DTR includes an [HSTS (HTTP Strict-Transport-Security) header](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) in all API responses which can further lead to your browser refusing to load DTR's web interface.
|
Docker Trusted Registry (DTR) services are exposed using HTTPS by default. This
|
||||||
|
ensures encrypted communications between clients and your trusted registry. If
|
||||||
|
you do not pass a PEM-encoded TLS certificate during installation, DTR will
|
||||||
|
generate a [self-signed
|
||||||
|
certificate](https://en.wikipedia.org/wiki/Self-signed_certificate). This leads
|
||||||
|
to an insecure site warning when accessing DTR through a browser. Additionally,
|
||||||
|
DTR includes an [HSTS (HTTP Strict-Transport-Security)
|
||||||
|
header](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) in all
|
||||||
|
API responses which can further lead to your browser refusing to load DTR's web
|
||||||
|
interface.
|
||||||
|
|
||||||
You can configure DTR to use your own TLS certificates, so that it is automatically
|
You can configure DTR to use your own TLS certificates, so that it is
|
||||||
trusted by your users' browser and client tools. As of v2.7, you can also [enable user authentication via client certificates](/ee/enable-authentication-via-client-certs/) provided by your organization's public key infrastructure (PKI).
|
automatically trusted by your users' browser and client tools. As of v2.7, you
|
||||||
|
can also [enable user authentication via client
|
||||||
|
certificates](/ee/enable-client-certificate-authentication/) provided by your
|
||||||
|
organization's public key infrastructure (PKI).
|
||||||
|
|
||||||
## Replace the server certificates
|
## Replace the server certificates
|
||||||
|
|
||||||
|
|
|
@ -104,5 +104,6 @@ details on EOL of minor and major versions of Docker Enterprise.
|
||||||
|
|
||||||
## Where to go next
|
## Where to go next
|
||||||
|
|
||||||
- [Install Docker](/engine/installation/index.md)
|
- [Install Docker Engine - Enterprise for RHEL](/install/linux/docker-ee/rhel/)
|
||||||
- [Get Started with Docker](/get-started/index.md)
|
- [Install Docker Engine - Enterprise for Ubuntu](/install/linux/docker-ee/ubuntu/)
|
||||||
|
- [Install Docker Engine - Enterprise for Windows Server](/install/windows/docker-ee/)
|
||||||
|
|
|
@ -81,7 +81,7 @@ To install UCP:
|
||||||
This runs the install command in interactive mode, so that you're
|
This runs the install command in interactive mode, so that you're
|
||||||
prompted for any necessary configuration values.
|
prompted for any necessary configuration values.
|
||||||
To find what other options are available in the install command, check the
|
To find what other options are available in the install command, check the
|
||||||
[reference documentation](/reference/ucp/3.1/cli/install.md).
|
[reference documentation](/reference/ucp/3.2/cli/install.md).
|
||||||
|
|
||||||
> Custom Container Networking Interface (CNI) plugins
|
> Custom Container Networking Interface (CNI) plugins
|
||||||
>
|
>
|
||||||
|
|
|
@ -29,7 +29,7 @@ To use kubectl, install the binary on a workstation which has access to your UCP
|
||||||
{: .important}
|
{: .important}
|
||||||
|
|
||||||
First, find which version of Kubernetes is running in your cluster. This can be found
|
First, find which version of Kubernetes is running in your cluster. This can be found
|
||||||
within the Universal Control Plane dashboard or at the UCP API endpoint [version](/reference/ucp/3.1/api/).
|
within the Universal Control Plane dashboard or at the UCP API endpoint [version](/reference/ucp/3.2/api/).
|
||||||
|
|
||||||
From the UCP dashboard, click on **About Docker EE** within the **Admin** menu in the top left corner
|
From the UCP dashboard, click on **About Docker EE** within the **Admin** menu in the top left corner
|
||||||
of the dashboard. Then navigate to **Kubernetes**.
|
of the dashboard. Then navigate to **Kubernetes**.
|
||||||
|
|
Loading…
Reference in New Issue