pub async fn create_tls_key(
    configuration: &mut Configuration,
    params: CreateTlsKeyParams
) -> Result<TlsPrivateKeyResponse, Error<CreateTlsKeyError>>
Expand description

Create a TLS private key.