From a4d59c66d21ab66e51a9435bde3e606e10a78132 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sat, 23 Sep 2023 14:00:40 +0200 Subject: [PATCH] Add update_canary.sh --- update_canary.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 update_canary.sh diff --git a/update_canary.sh b/update_canary.sh new file mode 100755 index 0000000..a0cf23a --- /dev/null +++ b/update_canary.sh @@ -0,0 +1,11 @@ +#!/bin/bash +gpg -u daniel@danwin1210.de --clear-sign - << EOF | ssh root@192.168.178.29 tee /var/www/html/canary.txt +I am Daniel. +I am in control of encryptions keys and the server infrastructure. +I have not suffered a data breach, or disclosed encryption keys to a 3rd party, nor have I been forced to modify the system to allow access or information leakage to a third party. +I will update this canary within 14 days. (If I forget, email me) +Today is `date +%Y-%m-%d` + +Latest bitcoin block hash: +`curl -s https://blockchain.info/q/latesthash` +EOF