#31047 We were storing public key bytes and encrypted private key bytes as raw files called `tpm_cms_pub.blob` and `tpm_cms_priv.blob` respectively. This PR changes to use a better format on a single file that looks like this: ``` "-----BEGIN TSS2 PRIVATE KEY-----" [...] "-----END TSS2 PRIVATE KEY-----" ``` (We haven't released this feature yet so we don't need a migration.)
Welcome to the "source available" section of the Fleet codebase. Please note files and functionality under this directory are covered by the Fleet EE License, and require a valid Fleet subscription for production use. See the full license for details.