• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Funnily enough I have written a system to do exactly that as a bachelor’s theses for IT security.

    Places client certificates and a client inside the initrd and requests securely the key to unlock.

    The sever waits for you to approve the request before providing the key. The key is only held in memory during boot.

    I had a version that included for a hidden key provider and planned for a version that included time based auto unlocks etc.

    I was planning to package that and release it as open source.

    Still might do that.