TPM.TSS (tpm v0.1.0)
Elixir wrapper for tpm2tss.
Summary
Functions
Generate TPM keys for tpm2-tss-engine.
Functions
Link to this function
genkey(output_path)
@spec genkey(output_path :: String.t()) :: :ok | {:error, return_code :: non_neg_integer(), message :: String.t()}
Generate TPM keys for tpm2-tss-engine.
Args
output_path
- File path to save the generated key.