doc/create_cert.sh

Fri, 24 May 2024 19:43:53 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 24 May 2024 19:43:53 +0200
changeset 525
072d7794bcca
parent 129
fd324464f56f
permissions
-rw-r--r--

use SIGKILL instead of SIGTERM to cgi scripts in case of errors

#!/bin/sh

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

mercurial