-- Leo's gemini proxy

-- Connecting to jan.bio:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Create a self-signed certificate with OpenSSL


Technically not a thing I learned today, but I never can remember the command when I need it. Create a cert/key file like this:


openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365

-- Response ended

-- Page fetched on Sat May 4 09:33:42 2024