Fix Minor Typo in TLS authentication

This commit is contained in:
Malepati Bala Siva Sai Akhil 2017-08-17 02:52:47 +05:30 committed by GitHub
parent 9d934e3534
commit bcb5513ef6

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