nsacyber / HIRS

Trusted Computing based services supporting TPM provisioning and supply chain validation concepts. #nsacyber
Other
177 stars 57 forks source link

[#787] Saving attestation certificate to file #788

Closed iadgovuser59 closed 2 months ago

iadgovuser59 commented 3 months ago

Saves the attestation certificate generated by the provisioner to the local file system. Closes #787.

iadgovuser29 commented 3 months ago

Instead of hard coding the whole path, use the efi_prefix app setting

iadgovuser59 commented 3 months ago

Instead of hard coding the whole path, use the efi_prefix app setting

Thanks! The path should now be updated so that it uses this setting.