secrets: servo: reformat readme

This commit is contained in:
2025-06-06 20:45:07 +00:00
parent 2eeb9a2ace
commit 8b152137f6

View File

@@ -1,16 +1,16 @@
- ddns_he.env.bin: Hurricane Electric (he.net) passphrase - ddns_he.env.bin: Hurricane Electric (he.net) passphrase
- ddns_afraid.env.bin: freedns.afraid.org API key - ddns_afraid.env.bin: freedns.afraid.org API key
- viewable: <https://freedns.afraid.org/dynamic/> - viewable: <https://freedns.afraid.org/dynamic/>
- dovecot_passwd: auth for mail accounts - dovecot_passwd: auth for mail accounts
- passwd file looks like /etc/passwd - passwd file looks like /etc/passwd
- generate pw hash with: `nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "my passwd"` - generate pw hash with: `nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "my passwd"`
- matrix_synapse_secrets: - matrix_synapse_secrets:
- for the smtp_pass; the rest isn't sensitive - for the smtp_pass; the rest isn't sensitive
- nix_signing_key.bin: - nix_signing_key.bin:
- generate with nix-store --generate-binary-cache-key nixcache.uninsane.org cache-priv-key.pem cache-pub-key.pem - generate with nix-store --generate-binary-cache-key nixcache.uninsane.org cache-priv-key.pem cache-pub-key.pem
- pubkey: nixcache.uninsane.org:r3WILM6+QrkmsLgqVQcEdibFD7Q/4gyzD9dGT33GP70= - pubkey: nixcache.uninsane.org:r3WILM6+QrkmsLgqVQcEdibFD7Q/4gyzD9dGT33GP70=
- used when deploying packages to a remote machine - used when deploying packages to a remote machine
- wg_ovpns_privkey.bin: wireguard private key for OVPN - wg_ovpns_privkey.bin: wireguard private key for OVPN
- to generate: - to generate:
- wg genkey > wg0.private - wg genkey > wg0.private
- wg pubkey < wg0.private > wg0.public - wg pubkey < wg0.private > wg0.public