keylime / rust-keylime

Rust implementation of the keylime agent
https://keylime.dev
Apache License 2.0
100 stars 53 forks source link

Include a straightforward way to use the swtpm #259

Open lkatalin opened 3 years ago

lkatalin commented 3 years ago

The way we are using it is undocumented and inconsistent with the documentation in keylime/keylime. It would be even better if there is a way to set this up the same way each time via an included optional script.

mpeters commented 1 year ago

The recent updates to the vagrant dev setup have this fixed. Not sure we need to do anything here exactly as it's very env dependent. Maybe include something in the docs about using the vagrant setup?

lkatalin commented 1 year ago

When I worked on this, it was very hard to onboard (myself and later other people) because the setup steps were undocumented. I think pointing to these lines would be a good start but there are still some steps missing like doing the modprobe. The gist I wrote was pretty comprehensive but is probably outdated. My goal was to have well-documented setup steps for at least one or two environments. But as I don't have the time to add this right now, it's up to you all.