doc/create_cert.sh

Sun, 01 Jun 2025 21:50:24 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 01 Jun 2025 21:50:24 +0200
changeset 604
886658ba8f25
parent 129
fd324464f56f
permissions
-rw-r--r--

hopefully this actually fixes building with openssl < 3.0

#!/bin/sh

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

mercurial