Fix Minor Typo in TLS authentication
This commit is contained in:
parent
9d934e3534
commit
bcb5513ef6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue