= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
X.509 handling given a key value store and a clock
Parameters
module KV : V1_LWT.KV_RO
Signature
val authenticator : KV.t -> [< `Noop | `CAs ] -> X509.Authenticator.a Lwt.t
authenticator store typ
creates an authenticator
, either using the given certificate authorities in the store
or null.
val certificate :
KV.t ->
[< `Default | `Name of string ] ->
(X509.t list * Nocrypto.Rsa.priv) Lwt.t
certificate store typ
unmarshals a certificate chain and private key material from the store
.