summaryrefslogtreecommitdiff
path: root/log-250825-1.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'log-250825-1.gmi')
-rw-r--r--log-250825-1.gmi17
1 files changed, 17 insertions, 0 deletions
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 :)