vaultrs::ssh::ca

Function sign

source
pub async fn sign(
    client: &impl Client,
    mount: &str,
    name: &str,
    public_key: &str,
    opts: Option<&mut SignSSHKeyRequestBuilder>,
) -> Result<SignSSHKeyResponse, ClientError>
Expand description

Signs a public key using the CA certificate.

See SignSSHKeyRequest