Automatically generated from the Gemini capsule gemini://l-3.space

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 :)