diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-01-07 16:05:40 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-01-07 16:05:40 +0100 |
commit | ee411778da0ff99808a8ee257c718dcb24739a7f (patch) | |
tree | 89079cb64ca78a3dd45bc22c737ed9756c94ad91 /ansible/files/knot | |
parent | 2a7ad7fd86d6195e1080d3e8a6a09d453426db3e (diff) | |
download | infra-ee411778da0ff99808a8ee257c718dcb24739a7f.tar.gz infra-ee411778da0ff99808a8ee257c718dcb24739a7f.tar.bz2 infra-ee411778da0ff99808a8ee257c718dcb24739a7f.tar.xz infra-ee411778da0ff99808a8ee257c718dcb24739a7f.zip |
wireguard: Rewrite.
Diffstat (limited to 'ansible/files/knot')
-rw-r--r-- | ansible/files/knot/etc/wireguard/public-wg0.key | 1 | ||||
-rw-r--r-- | ansible/files/knot/etc/wireguard/public-wg1.key | 1 | ||||
-rw-r--r-- | ansible/files/knot/etc/wireguard/public.key | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/ansible/files/knot/etc/wireguard/public-wg0.key b/ansible/files/knot/etc/wireguard/public-wg0.key new file mode 100644 index 0000000..8caf3db --- /dev/null +++ b/ansible/files/knot/etc/wireguard/public-wg0.key @@ -0,0 +1 @@ +cuUgTdFH1UEXpUH6V1nashdH7K/L+pl6dmJCpBWN+Xw= diff --git a/ansible/files/knot/etc/wireguard/public-wg1.key b/ansible/files/knot/etc/wireguard/public-wg1.key new file mode 100644 index 0000000..0b891d1 --- /dev/null +++ b/ansible/files/knot/etc/wireguard/public-wg1.key @@ -0,0 +1 @@ +LM3L40nY0FWMECG6oP8VWYDjWVkRLp3kK0fofP3W7S0= diff --git a/ansible/files/knot/etc/wireguard/public.key b/ansible/files/knot/etc/wireguard/public.key deleted file mode 100644 index 5d4a839..0000000 --- a/ansible/files/knot/etc/wireguard/public.key +++ /dev/null @@ -1 +0,0 @@ -TgWtNOhe1j1uF8/xkN+u7Sv5FtvXj5EYRcwjbHjKjRU= |