pub fn keys_key_id_put(
configuration: &Configuration,
key_id: &str,
body: KeysKeyIdPutBody,
) -> Result<ResponseContent<()>, Error<KeysKeyIdPutError>>Expand description
Import a private key into NetHSM and store it under the KeyID path. The public key will be automatically derived. The parameters of the key can be passed as a PEM file or a JSON object. The key is stored in the caller’s namespace.