doc/create_cert.sh

Fri, 13 May 2022 21:24:45 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 13 May 2022 21:24:45 +0200
branch
webdav
changeset 354
017eda1be105
parent 129
fd324464f56f
permissions
-rw-r--r--

add missing HttpStream initializations
add some verbose logging to catch a bug

#!/bin/sh

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

mercurial