doc/create_cert.sh

Sat, 14 May 2022 12:51:05 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 14 May 2022 12:51:05 +0200
branch
webdav
changeset 358
f3b490a2150c
parent 129
fd324464f56f
permissions
-rw-r--r--

start threadpool in threadpool_run() if no threads are created yet

#!/bin/sh

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

mercurial