diff options
-rw-r--r-- | doc/administration/auth/smartcard.md | 8 |
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 |