self_signed_server_ca

Function self_signed_server_ca 

pub fn self_signed_server_ca(
    data: &SelfSignedData,
) -> Result<(X509, PKey<Private>), OpaqueError>
Available on (crate features rustls or boring or acme) and crate feature boring only.
Expand description

Generate a self-signed server CA from the given SelfSignedData.

This should not be used in production but mostly for experimental / testing purposes.