Files
nix-files/secrets/servo
Colin 0a3a60ab38 servo: port coturn shared secret to sops
NOW i can delete derived-secrets
2024-09-28 14:25:40 +00:00
..
2024-05-26 14:37:33 +00:00
2023-11-28 11:46:47 +00:00
2024-05-20 05:08:32 +00:00

  • ddns_he.env.bin: Hurricane Electric (he.net) passphrase
  • ddns_afraid.env.bin: freedns.afraid.org API key
  • dovecot_passwd: auth for mail accounts
    • passwd file looks like /etc/passwd
    • generate pw hash with: nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "my passwd"
  • matrix_synapse_secrets:
    • for the smtp_pass; the rest isn't sensitive
  • nix_signing_key.bin:
    • 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=
    • used when deploying packages to a remote machine
  • wg_ovpns_privkey.bin: wireguard private key for OVPN
    • to generate:
      • wg genkey > wg0.private
      • wg pubkey < wg0.private > wg0.public