doc/create_cert.sh

Sun, 14 Aug 2022 11:40:54 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 14 Aug 2022 11:40:54 +0200
branch
webdav
changeset 374
77506ec632a4
parent 129
fd324464f56f
permissions
-rw-r--r--

use configured root node from PgRepository in pg vfs/webdav

#!/bin/sh

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

mercurial