From 5b56705cae6c76514bb5c6d34fd9c59f397a8406 Mon Sep 17 00:00:00 2001 From: tslilc Date: Mon, 25 Aug 2025 09:16:09 +0100 Subject: new certs, post-post antenna --- log-250825-1.gmi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 log-250825-1.gmi (limited to 'log-250825-1.gmi') diff --git a/log-250825-1.gmi b/log-250825-1.gmi new file mode 100644 index 0000000..a9d033e --- /dev/null +++ b/log-250825-1.gmi @@ -0,0 +1,17 @@ +Time-stamp: <2025-08-25 08h15 UTC> + +# Updated certs to 99 years and post-post Antenna hook + +I realised that my certs were slightly misconfigured which was giving gnutls-cli a hard time, they should now be right and valid for 99 years. I took the opportunity to throw in +``` +FEED_URL='gemini%3A%2F%2Fl-3.space%2Fatom.xml' +HOST='warmedal.se' +PORT=1965 +REQUEST="gemini://$HOST/~antenna/submit?$FEED_URL" +printf '%s\r\n' "$REQUEST" | \ +openssl s_client -quiet -connect "$HOST:$PORT" -ign_eof 2>/dev/null || { + echo 'Antenna submission failed' >&2 + exit 1 +} +``` +in the git post hook, let's see that this works for this log :) -- cgit v1.3.1