An open API service indexing awesome lists of open source software.

https://github.com/chorusone/luksd

Full disk encryption on servers
https://github.com/chorusone/luksd

Last synced: 5 months ago
JSON representation

Full disk encryption on servers

Awesome Lists containing this project

README

          

# Building tpm2 static binary

```
docker build -t tpm2-build --file - . < tpm2.Dockerfile
docker run -v "${PWD}:/output:Z" -it tpm2-build
```