doc/create_cert.sh

Thu, 03 Feb 2022 18:03:27 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 03 Feb 2022 18:03:27 +0100
branch
webdav
changeset 284
eab579b8c80d
parent 129
fd324464f56f
permissions
-rw-r--r--

add missing postgresql vfs io functions

#!/bin/sh

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

mercurial