vaultrs::ssh::ca

Function set

source
pub async fn set(
    client: &impl Client,
    mount: &str,
    private_key: &str,
    public_key: &str,
) -> Result<(), ClientError>
Expand description

Sets the private and public key for the CA.

See SubmitCAInfoRequest