summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Arcila Valenzuela <sarcila@gitlab.com>2019-09-09 21:33:21 +0200
committerSebastian Arcila Valenzuela <sarcila@gitlab.com>2019-09-09 21:47:42 +0200
commited5540ba6f145dc37325b6674f29bc9b5b66343e (patch)
tree9d43868170d2a7f4c3406e4734bbcbac86f8c96d
parent0ee559ba1ec3b773cea147d108913f4bfcdddec9 (diff)
downloadgitlab-ce-8605-support-san-extension.tar.gz
Update x509v3 extensions example entry8605-support-san-extension
-rw-r--r--doc/administration/auth/smartcard.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/administration/auth/smartcard.md b/doc/administration/auth/smartcard.md
index 8de27171b45..920a2f0b399 100644
--- a/doc/administration/auth/smartcard.md
+++ b/doc/administration/auth/smartcard.md
@@ -69,7 +69,13 @@ Certificate:
Not Before: Oct 30 12:00:00 2018 GMT
Not After : Oct 30 12:00:00 2019 GMT
...
- subjectAltName=email:gitlab-user@example.com,URI:http://gitlab.example.com/
+ X509v3 extensions:
+ X509v3 Key Usage:
+ Key Encipherment, Data Encipherment
+ X509v3 Extended Key Usage:
+ TLS Web Server Authentication
+ X509v3 Subject Alternative Name:
+ email:gitlab-user@example.com, URI:http://gitlab.example.com/
```
### Authentication against an LDAP server