pub async fn generate(
client: &impl Client,
mount: &str,
role: &str,
opts: Option<&mut GenerateCertificateRequestBuilder>,
) -> Result<GenerateCertificateResponse, ClientError>
Expand description
Generates a certificate using the given role and options