💾 Archived View for rawtext.club › ~sloum › geminilist › 005120.gmi captured on 2024-02-05 at 11:14:22. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Omar Polo op at omarpolo.com
Wed Feb 10 08:37:26 GMT 2021
- - - - - - - - - - - - - - - - - - -
metalune <metalune at mailbox.org> writes:
On Wed Feb 10, 2021 at 8:40 AM CET, reuben wrote:
gemini://cratermouse.com
A fellow Emacs user! Welcome! =)
There's a problem with the ASCII art, you should enclose it in ``` soit's treated as a verbatim block; not every client uses monospace torender the lines, and it could confuse screen readers and such :)
P.S.: you may want to check out elpher, an Emacs client for Gemini
I can't load this in amfora, but lagrange can load it, even tho it's
complaining about an Untrusted Certificate (CN = YOURDOMAIN.COM)
Maybe try generating your certificates with this:
openssl req -newkey rsa:2048 -nodes -keyout cratermouse.com.key -nodes
P.P.S. maybe it's just me, I'd bump that 2048 ;)
-x509 -out cratermouse.com.crt -subj "/CN=cratermouse.com"
that's what I use to generate my certificates