Update README.md
This commit is contained in:
parent
7f4c74cb29
commit
cdb0b93ce1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue