sops: introduce sops-nix (age), ssh keys from encrypted tarball, .example secrets
This commit is contained in:
parent
8be13b680f
commit
a7ec82579c
9 changed files with 149 additions and 7 deletions
12
secrets/wg0.conf.example
Normal file
12
secrets/wg0.conf.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# wg-quick config, sops-encrypted whole-file (format = "binary").
|
||||
# Same format for wg2.conf. Encrypt with: sops -e -i secrets/wg0.conf
|
||||
[Interface]
|
||||
PrivateKey = <client-private-key>
|
||||
Address = 10.20.0.2/24
|
||||
DNS = 10.20.0.1
|
||||
|
||||
[Peer]
|
||||
PublicKey = <server-public-key>
|
||||
AllowedIPs = 10.20.0.0/24
|
||||
Endpoint = 198.51.100.7:51820
|
||||
PersistentKeepalive = 25
|
||||
Loading…
Add table
Add a link
Reference in a new issue