pub async fn submit(
client: &impl Client,
mount: &str,
pem_bundle: &str,
) -> Result<(), ClientError>
Expand description
Configures the root CA
See SubmitCARequest
pub async fn submit(
client: &impl Client,
mount: &str,
pem_bundle: &str,
) -> Result<(), ClientError>
Configures the root CA
See SubmitCARequest