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_certis a callback, since we can’t movehostinto a'staticcontext, so you have to provide some method of callingHost::live_set_certificateonhost(e.g. by saving aArc<host::Collection>and getting the host from that).