osresearch / safeboot

Scripts to slightly improve the security of the Linux boot process with UEFI Secure Boot and TPM support
https://safeboot.dev/
GNU General Public License v2.0
268 stars 28 forks source link

Make attest-server a flask app #166

Closed osresearch closed 2 years ago

osresearch commented 2 years ago

13958a8 sbin/attest-server: respect BINDIR for sbin paths 0aaad58 sbin/attest-enroll: locally, use unix sockets, not TCP 8665580 sbin/attest-verify: better error-handling f06a165 sbin/attest-server: convert to a Flask app/API 8648640 gencert: Support use of OpenSSL for cert issuance

osresearch commented 2 years ago

I've started a separate tree to split the attestation code out from the safeboot code (#167 ) and based the initial version on the Flask version from this PR. https://github.com/osresearch/safeboot-attest