💾 Archived View for gmi.noulin.net › gitRepositories › tuyau › file › genCert.sh.gmi captured on 2023-07-10 at 18:13:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

tuyau

Log

Files

Refs

README

genCert.sh (112B)

     1 openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 -nodes -subj '/CN=localhost'