Fix typo in docs - thanks to Jim_Showalter@intuit.com

This commit is contained in:
Aldo Cortesi 2015-06-12 14:15:26 +12:00
parent 85e1ae7543
commit fcc1558180
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ Name](http://en.wikipedia.org/wiki/SubjectAltName) field in the SSL certificate
that allows an arbitrary number of alternative domains to be specified. If the
expected domain matches any of these, the client will proceed, even though the
domain doesn't match the certificate Common Name. The answer here is simple:
when extract the CN from the upstream cert, we also extract the SANs, and add
them to the generated dummy certificate.
when we extract the CN from the upstream cert, we also extract the SANs, and
add them to the generated dummy certificate.
## Complication 3: Server Name Indication