Merge pull request #1149 from mbssaiakhil/patch-1

Fix Minor Typo in TLS authentication
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-08-16 18:23:53 -03:00 committed by GitHub
commit 3010d78d1a

View file

@ -5,7 +5,7 @@ This example demonstrates how to enable the TLS Authentication through the nginx
## Terminology ## Terminology
* CA: Certificate authority signing the client cert, in this example we will play the role of a CA. * CA: Certificate authority signing the client cert, in this example we will play the role of a CA.
You can generate a CA cert as show in this doc. You can generate a CA cert as shown in this doc.
* CA Certificate(s) - Certificate Authority public key. Client certs must chain back to this cert, * CA Certificate(s) - Certificate Authority public key. Client certs must chain back to this cert,
meaning the Issuer field of some certificate in the chain leading up to the client cert must contain meaning the Issuer field of some certificate in the chain leading up to the client cert must contain