diff options
| author | tslilc <tslil@posteo.de> | 2025-08-25 09:16:09 +0100 |
|---|---|---|
| committer | tslilc <tslil@posteo.de> | 2025-08-25 09:16:09 +0100 |
| commit | 5b56705cae6c76514bb5c6d34fd9c59f397a8406 (patch) | |
| tree | 8f259fc95ab78c1933fe9fb80eccfe3a7b7d07b3 /log-250825-1.gmi | |
| parent | c3b5ab4c40abdf4a46ddcbb1a57984302cb81d12 (diff) | |
new certs, post-post antenna
Diffstat (limited to 'log-250825-1.gmi')
| -rw-r--r-- | log-250825-1.gmi | 17 |
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 :) |
