Molly Brown (gemini server)

Created on 2020-08-13T23:52:41.180259

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

Generating an SSL cert

Gemini requires TLS so you in turn must have a certificate and key file.

openssl req -newkey rsa:2048 -nodes -keyout domain.key -x509 -days 365 -out domain.crt

No support for ECC certs

2020/08/13 21:20:00 x509: unsupported elliptic curve