diff options
| author | tslil clingman <> | 2021-10-03 21:41:24 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-10-03 21:42:49 -0400 |
| commit | 7bbb833c557380bbd398737f655e04a55960a5aa (patch) | |
| tree | 9c88595f54bf79210ad18c6c5057e58b05640097 | |
| parent | 2c3d5a466f8b0bab94f2470385ac54f0e366e8cb (diff) | |
Quick update
| -rw-r--r-- | atom.xml | 8 | ||||
| -rw-r--r-- | index-log.gmi | 1 | ||||
| -rw-r--r-- | index.gmi | 1 | ||||
| -rw-r--r-- | log-211004-1.gmi | 9 |
4 files changed, 18 insertions, 1 deletions
@@ -2,7 +2,7 @@ <feed xmlns="http://www.w3.org/2005/Atom"> <id>gemini://l-3.space/</id> <title>l-3.space</title> - <updated>2021-04-21T18:50:32.944000+00:00</updated> + <updated>2021-10-04T01:41:06.705000+00:00</updated> <author> <name>tslil</name> <email>hello@l-3.space</email> @@ -63,4 +63,10 @@ <updated>2021-04-21T18:50:32.944000+00:00</updated> <link href="gemini://l-3.space/log-210421-1.gmi" rel="alternate"/> </entry> + <entry> + <id>gemini://l-3.space/log-211004-1.gmi</id> + <title>Switched to gmnisrv</title> + <updated>2021-10-04T01:41:06.705000+00:00</updated> + <link href="gemini://l-3.space/log-211004-1.gmi" rel="alternate"/> + </entry> </feed> diff --git a/index-log.gmi b/index-log.gmi index 28b88a5..b99b748 100644 --- a/index-log.gmi +++ b/index-log.gmi @@ -2,6 +2,7 @@ Shorter thoughts and articles. +=> gemini://l-3.space/log-211004-1.gmi 2021-10-04 - Switched to gmnisrv => gemini://l-3.space/log-210421-1.gmi 2021-04-21 - l-3.space is now automatically compiled to the web => gemini://l-3.space/log-210415-1.gmi 2021-04-15 - Modding my Thinkpad x230 => gemini://l-3.space/log-210317-1.gmi 2021-03-17 - Hindsight is always 20-20 @@ -22,6 +22,7 @@ Contact: hello@l-3.space ## Recent posts +=> gemini://l-3.space/log-211004-1.gmi 2021-10-04 - Switched to gmnisrv => gemini://l-3.space/log-210421-1.gmi 2021-04-21 - l-3.space is now automatically compiled to the web => gemini://l-3.space/log-210415-1.gmi 2021-04-15 - Modding my Thinkpad x230 => gemini://l-3.space/log-210317-1.gmi 2021-03-17 - Hindsight is always 20-20 diff --git a/log-211004-1.gmi b/log-211004-1.gmi new file mode 100644 index 0000000..1181b92 --- /dev/null +++ b/log-211004-1.gmi @@ -0,0 +1,9 @@ +Time-stamp: <2021-10-04 01h35 UTC> + +# Switched to gmnisrv + +At some point between April and September 2021 my old SSL certs expired. I took this as an invitation to re-evaluate the server software. + +In the end i went with gmnisrv, a small C implementation backed by OpenSSL. Among its draws is the fact that it automatically generates (and presumably maintains?) certificates. + +=> https://sr.ht/~sircmpwn/gmnisrv/ gmnisrv |
