Go to file
Dustin 3f17373624 Change WireGuard keys -> configs
Setting up the WireGuard client requires several pieces of information,
beyond the node private key and peer's public key.  The peer endpoint
address/port, peer public key, and node IP address are also required.
As such, naming the resource a "key" is somewhat misleading.
2022-10-03 18:20:46 -05:00
ci ci: Begin Jenkins build pipeline 2022-09-10 10:30:54 -05:00
src Change WireGuard keys -> configs 2022-10-03 18:20:46 -05:00
terraform terraform: Begin AWS configuration 2022-09-27 12:58:51 -05:00
test/data/sns Begin HTTP server, SNS message receiver 2022-09-03 22:58:23 -05:00
.dockerignore ci: Begin Jenkins build pipeline 2022-09-10 10:30:54 -05:00
.editorconfig ci: Begin Jenkins build pipeline 2022-09-10 10:30:54 -05:00
.gitattributes Initial commit 2022-08-31 21:02:17 -05:00
.gitignore sns: Save messages to disk 2022-09-05 09:45:44 -05:00
Cargo.lock Begin EC2 instance state event handler 2022-10-01 10:34:03 -05:00
Cargo.toml Begin EC2 instance state event handler 2022-10-01 10:34:03 -05:00
Containerfile container: Rebase on Fedora 35 2022-09-11 13:17:54 -05:00
rustfmt.toml Initial commit 2022-08-31 21:02:17 -05:00