Function third_wheel::create_signed_certificate_for_domain[][src]

pub fn create_signed_certificate_for_domain(
    domain: &str,
    ca: &CertificateAuthority
) -> Result<X509, Error>

Sign a certificate for this domain

This function does not intelligently spoof fields like in the mitm proxy because it does not call the actual domain to get that information. As such, this may be rejected by browsers.