Removing some url links that can be resolved using src markdown links

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
Upstream-commit: 01f9cbc3663cf134ca427e4f8b98bba637f6655e
Component: engine
This commit is contained in:
Sven Dowideit
2016-06-22 12:50:51 +00:00
parent eee2bc634c
commit 9bfdf60ca3
3 changed files with 10 additions and 10 deletions

View File

@ -51,7 +51,7 @@ respectively.
## Default user authorization mechanism
If TLS is enabled in the [Docker daemon](https://docs.docker.com/engine/security/https/), the default user authorization flow extracts the user details from the certificate subject name.
If TLS is enabled in the [Docker daemon](../security/https.md), the default user authorization flow extracts the user details from the certificate subject name.
That is, the `User` field is set to the client certificate subject common name, and the `AuthenticationMethod` field is set to `TLS`.
## Basic architecture