rustls-tpm-signer 0.1.0

A package that allows to use a TPM as a custom signer in rustls and tonic
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/unaryecho/echo.proto")?;
    Ok(())
}