Updates and extends client cert documentation (#2105)

Updates and extends the documentation about enabling client certificate authentication.
This commit is contained in:
Bea 2018-02-16 16:17:29 +01:00 committed by Manuel Alejandro de Brito Fontes
parent 769f11df60
commit f468007d6c
5 changed files with 45 additions and 28 deletions

View file

@ -21,6 +21,7 @@ Name | Description | Complexity Level
Name | Description | Complexity Level
-----| ----------- | ----------------
[Basic auth](auth/basic/README.md) | password protect your website | nginx | Intermediate
[Client certificate authentication](auth/client-certs/README.md) | secure your website with client certificate authentication | nginx | Intermediate
[External auth plugin](external-auth/README.md) | defer to an external auth service | Intermediate
## Customization