mirror of https://github.com/docker/docs.git
Fix broken link in mac FAQs (#10324)
* Fix broken link in mac FAQs The title of the linked section has changed to "Add TLS Certificates". The current link goes to the top of the Getting Started page and is confusing because you have to scroll past the Kubernetes section to get to the section you actually need. * Fix broken link to mac FAQs I missed removing `/index` in the first commit. This is the correct link. Thanks to thaJeztah for the correction. Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
parent
8bf2bbb44e
commit
3613831c93
|
@ -83,7 +83,7 @@ Yes, you can use the host’s SSH agent inside a container. For more information
|
|||
### How do I add custom CA certificates?
|
||||
|
||||
Docker Desktop supports all trusted certificate authorities (CAs) (root or intermediate). For more information on adding server and client side certs, see
|
||||
[Add TLS certificates](/docker-for-mac/index/#adding-tls-certificates) in the Getting Started topic.
|
||||
[Add TLS certificates](/docker-for-mac/#add-tls-certificates) in the Getting Started topic.
|
||||
|
||||
### How do I add client certificates?
|
||||
|
||||
|
|
Loading…
Reference in New Issue