summaryrefslogtreecommitdiffstats
path: root/nixos/tests/wireguard/snakeoil-keys.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/wireguard/snakeoil-keys.nix')
-rw-r--r--nixos/tests/wireguard/snakeoil-keys.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/tests/wireguard/snakeoil-keys.nix b/nixos/tests/wireguard/snakeoil-keys.nix
new file mode 100644
index 000000000000..55ad582d4059
--- /dev/null
+++ b/nixos/tests/wireguard/snakeoil-keys.nix
@@ -0,0 +1,11 @@
+{
+ peer0 = {
+ privateKey = "OPuVRS2T0/AtHDp3PXkNuLQYDiqJaBEEnYe42BSnJnQ=";
+ publicKey = "IujkG119YPr2cVQzJkSLYCdjpHIDjvr/qH1w1tdKswY=";
+ };
+
+ peer1 = {
+ privateKey = "uO8JVo/sanx2DOM0L9GUEtzKZ82RGkRnYgpaYc7iXmg=";
+ publicKey = "Ks9yRJIi/0vYgRmn14mIOQRwkcUGBujYINbMpik2SBI=";
+ };
+}