doc/create_cert.sh

Sat, 22 Jan 2022 11:06:11 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 22 Jan 2022 11:06:11 +0100
branch
webdav
changeset 269
3dfbd0b91950
parent 129
fd324464f56f
permissions
-rw-r--r--

add ResourcePool initialization

#!/bin/sh

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

mercurial