Function get_certificate

Source
pub fn get_certificate<C, Fut, B, E>(
    client: C,
    params: &GetCertificateParams,
) -> GetCertificate<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Get a certificate that has been uploaded to the organization.

You can get a certificate regardless of whether it is active or not.