mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 04:40:50 +03:00
Note about certificates.
This commit is contained in:
parent
7dfc6b9c19
commit
f1d8dda6ca
@ -23,10 +23,14 @@ data Config = Config
|
||||
, redirect :: Bool
|
||||
}
|
||||
|
||||
newtype Key = Key Wain
|
||||
newtype Cert = Cert Wain
|
||||
-- Note: We need to parse PEM-encoded RSA private keys and cert or cert chain
|
||||
-- from Wain
|
||||
newtype Key = Key PEM
|
||||
newtype Cert = Cert PEM
|
||||
data Wain = Wain [Text]
|
||||
|
||||
data PEM
|
||||
|
||||
data ClientResponse
|
||||
= Progress ResponseHeader Int (Maybe Int) (Maybe ByteString)
|
||||
| Finished ResponseHeader (Maybe MimeData)
|
||||
|
Loading…
Reference in New Issue
Block a user