Copyright | © 2018-2020 IOHK |
---|---|
License | Apache-2.0 |
Safe Haskell | None |
Language | Haskell2010 |
Optional TLS support for mutual client-server authentication on top of a Wai application.
Synopsis
- data TlsConfiguration = TlsConfiguration { }
- requireClientAuth :: TlsConfiguration -> TLSSettings
Documentation
data TlsConfiguration Source #
Path to a x.509 PKI for mutual client-server authentication.
Instances
Show TlsConfiguration Source # | |
Defined in Cardano.Wallet.Api.Server.Tls |