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 --- atom.xml | 14 +++++++------- index-all.gmi | 1 + index.gmi | 2 +- log-250825-1.gmi | 17 +++++++++++++++++ 4 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 log-250825-1.gmi diff --git a/atom.xml b/atom.xml index 6ec8b0d..4fb43bb 100644 --- a/atom.xml +++ b/atom.xml @@ -2,19 +2,13 @@ gemini://l-3.space/ l-3.space - 2025-08-24T16:27:00+00:00 + 2025-08-25T08:15:00+00:00 tslil hello@l-3.space - - gemini://l-3.space/tak.gmi - Tak - 2023-12-23T13:59:51.267749+00:00 - - gemini://l-3.space/split-keys.gmi Qubes split-SSH @@ -69,4 +63,10 @@ 2025-08-24T16:27:00+00:00 + + gemini://l-3.space/log-250825-1.gmi + Updated certs to 99 years and post-post Antenna hook + 2025-08-25T08:15:00+00:00 + + diff --git a/index-all.gmi b/index-all.gmi index 105d2dd..751921a 100644 --- a/index-all.gmi +++ b/index-all.gmi @@ -1,6 +1,7 @@ # l-3.space: all All content +=> gemini://l-3.space/log-250825-1.gmi 2025-08-25 - Updated certs to 99 years and post-post Antenna hook => gemini://l-3.space/log-250824-1.gmi 2025-08-24 - Thoughts about keyboard layouts i have used => gemini://l-3.space/log-250823-2.gmi 2025-08-23 - Maybe there are different kinds of lifters => gemini://l-3.space/log-250823-1.gmi 2025-08-23 - Well done Debian team diff --git a/index.gmi b/index.gmi index be7aae1..7c9ce65 100644 --- a/index.gmi +++ b/index.gmi @@ -22,11 +22,11 @@ Contact: hello@l-3.space ## Recent posts +=> gemini://l-3.space/log-250825-1.gmi 2025-08-25 - Updated certs to 99 years and post-post Antenna hook => gemini://l-3.space/log-250824-1.gmi 2025-08-24 - Thoughts about keyboard layouts i have used => gemini://l-3.space/log-250823-2.gmi 2025-08-23 - Maybe there are different kinds of lifters => gemini://l-3.space/log-250823-1.gmi 2025-08-23 - Well done Debian team => gemini://l-3.space/log-240222-1.gmi 2024-02-22 - Formatting strings with separators in BQN -=> gemini://l-3.space/log-240212-1.gmi 2024-02-12 - APL-likes as a notation for thought ## Indices 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