summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslilc <tslil@posteo.de>2025-08-25 09:16:09 +0100
committertslilc <tslil@posteo.de>2025-08-25 09:16:09 +0100
commit5b56705cae6c76514bb5c6d34fd9c59f397a8406 (patch)
tree8f259fc95ab78c1933fe9fb80eccfe3a7b7d07b3
parentc3b5ab4c40abdf4a46ddcbb1a57984302cb81d12 (diff)
new certs, post-post antenna
-rw-r--r--atom.xml14
-rw-r--r--index-all.gmi1
-rw-r--r--index.gmi2
-rw-r--r--log-250825-1.gmi17
4 files changed, 26 insertions, 8 deletions
diff --git a/atom.xml b/atom.xml
index 6ec8b0d..4fb43bb 100644
--- a/atom.xml
+++ b/atom.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>gemini://l-3.space/</id>
<title>l-3.space</title>
- <updated>2025-08-24T16:27:00+00:00</updated>
+ <updated>2025-08-25T08:15:00+00:00</updated>
<author>
<name>tslil</name>
<email>hello@l-3.space</email>
@@ -10,12 +10,6 @@
<link href="gemini://l-3.space/atom.xml" rel="self"/>
<link href="gemini://l-3.space/" rel="alternate"/>
<entry>
- <id>gemini://l-3.space/tak.gmi</id>
- <title>Tak</title>
- <updated>2023-12-23T13:59:51.267749+00:00</updated>
- <link href="gemini://l-3.space/tak.gmi"/>
- </entry>
- <entry>
<id>gemini://l-3.space/split-keys.gmi</id>
<title>Qubes split-SSH</title>
<updated>2023-12-23T13:59:51.267749+00:00</updated>
@@ -69,4 +63,10 @@
<updated>2025-08-24T16:27:00+00:00</updated>
<link href="gemini://l-3.space/log-250824-1.gmi"/>
</entry>
+ <entry>
+ <id>gemini://l-3.space/log-250825-1.gmi</id>
+ <title>Updated certs to 99 years and post-post Antenna hook</title>
+ <updated>2025-08-25T08:15:00+00:00</updated>
+ <link href="gemini://l-3.space/log-250825-1.gmi"/>
+ </entry>
</feed>
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 :)