docs: first pass of stagex doc fixes
This commit is contained in:
parent
51ec4ca719
commit
d1707c48f1
19
README.md
19
README.md
|
@ -1,17 +1,19 @@
|
||||||
# AirgapOS #
|
# AirgapOS #
|
||||||
|
|
||||||
<https://github.com/distrust-foundation/airgap>
|
<https://git.distrust.co/public/airgap>
|
||||||
|
|
||||||
## About ##
|
## About ##
|
||||||
|
|
||||||
A live buildroot based Liux distribution designed for managing secrets offline.
|
A full-source-bootstrapped, deterministic, minimal, immutable, and offline,
|
||||||
|
workstation linux distribution designed for creating and managing secrets
|
||||||
|
offline.
|
||||||
|
|
||||||
Built for those of us that want to be -really- sure our most important secrets
|
Built for those of us that want to be -really- sure our most important secrets
|
||||||
are managed in a clean environment with an "air gap" between us and the
|
are managed in a clean environment with an "air gap" between us and the
|
||||||
internet with high integrity on the supply chain of the firmware and OS used.
|
internet with high integrity on the supply chain of the firmware and OS used.
|
||||||
|
|
||||||
## Uses ##
|
## Uses ##
|
||||||
* Generate GPG keychain
|
* Generate PGP keychain
|
||||||
* Store/Restore gpg keychain to security token such as a Yubikey or Nitrokey
|
* Store/Restore gpg keychain to security token such as a Yubikey or Nitrokey
|
||||||
* Signing cryptocurrency transactions
|
* Signing cryptocurrency transactions
|
||||||
* Generate/backup BIP39 universal cryptocurrency wallet seed
|
* Generate/backup BIP39 universal cryptocurrency wallet seed
|
||||||
|
@ -27,15 +29,14 @@ internet with high integrity on the supply chain of the firmware and OS used.
|
||||||
|
|
||||||
### Software ###
|
### Software ###
|
||||||
|
|
||||||
* docker 18+
|
* docker 26+
|
||||||
|
|
||||||
### Hardware ###
|
### Hardware ###
|
||||||
|
|
||||||
* Recommended: PC running coreboot-heads
|
* x86_64 PC or laptop
|
||||||
* Allows for signed builds, and verification of signed sd card payloads
|
* linuxboot/heads firmware supported and recommended for multi-use machine
|
||||||
* Ensure any Wifi/Disk/Bluetooth/Audio devices are disabled/removed
|
* Allows for signed builds, and verification of signed sd card payloads
|
||||||
* Supported remote attestation key (Librem Key, Nitrokey, etc)
|
* Ensure any Wifi/Disk/Bluetooth/Audio devices are disabled/removed
|
||||||
* Supported GPG smartcard device (Yubikey, Ledger, Trezor, Librem Key, etc)
|
|
||||||
* Blank flash drive
|
* Blank flash drive
|
||||||
* Blank SD card
|
* Blank SD card
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue