Skip to content

Commit

Permalink
Update content/documentation/managing_the_server/security.md
Browse files Browse the repository at this point in the history
Co-Authored-By: nerdoftech <[email protected]>
  • Loading branch information
wallyqs and nerdoftech authored Feb 20, 2019
1 parent 3ca3e4d commit c41b5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/documentation/managing_the_server/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tls {
}
```

There are two options for certificate attributes that can be mapped to user names. The first is the email address in the Subject Alternative Name (SAN) field of the certificate. While generating a certificate with this attribute is outside the scope of this document, we will view this it with OpenSSL:
There are two options for certificate attributes that can be mapped to user names. The first is the email address in the Subject Alternative Name (SAN) field of the certificate. While generating a certificate with this attribute is outside the scope of this document, we will view this with OpenSSL:

```ascii
$ openssl x509 -noout -text -in test/configs/certs/client-id-auth-cert.pem
Expand Down

0 comments on commit c41b5db

Please sign in to comment.