Update README.md

This commit is contained in:
Michael Lazar 2020-05-23 21:57:28 -04:00 committed by GitHub
parent 7f4c74cb29
commit cdb0b93ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -105,9 +105,9 @@ in the request environment. ``REMOTE_USER`` will contain the subject common name
and ``TLS_CLIENT_HASH`` will contain a fingerprint that can be used for TOFU pinning. and ``TLS_CLIENT_HASH`` will contain a fingerprint that can be used for TOFU pinning.
You can specify a CA for client validation with the ``--tls-cafile`` or ``--tls-capath`` You can specify a CA for client validation with the ``--tls-cafile`` or ``--tls-capath``
flags. Connections validated by the CA will have the ``TLS_CLIENT_VERIFIED`` flag set to flags. Connections validated by the CA will have the ``TLS_CLIENT_VERIFIED`` environment
True. Instructions on how to generate CA's are outside of the scope of this readme, but variable set to True. Instructions on how to generate CA's are outside of the scope of
you can find many helpful tutorials this readme, but you can find many helpful tutorials
[online](https://www.makethenmakeinstall.com/2014/05/ssl-client-authentication-step-by-step/). [online](https://www.makethenmakeinstall.com/2014/05/ssl-client-authentication-step-by-step/).
### Static Files ### Static Files