Available on crate feature
certificate
only.Structs§
Functions§
- Blocking!
set_token
: (token, data) In return:(String, String)
: (certs_pem, pk_pem) - Attach automatic certificate generation to a host.
set_host_cert
is a callback, since we can’t movehost
into a'static
context, so you have to provide some method of callingHost::live_set_certificate
onhost
(e.g. by saving aArc<host::Collection>
and getting the host from that).