Best Way to Use TPM for Storing Kerberos Keytabs?

0
7
Asked By TechSavvyG0liath On

I'm working with diskless nodes that have TPMs, and I need to reenroll them in IdM every time they reboot. I'm looking for a secure method to store or retrieve a Kerberos keytab using the TPM. What are my options?

2 Answers

Answered By DataWhiz42 On

Generally speaking, you shouldn't store keytabs directly on a TPM. TPMs are not made for holding arbitrary files like that. A better approach might be using network boot methods to fetch the keytab when needed.

Answered By SecureC0deFan On

I’ve thought about encrypting the IdM keytab with the TPM for added security, but that creates a problem since the encrypted keytab needs to be accessible to all nodes in the cluster. Has anyone tackled that challenge?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.