doc/create_cert.sh

Sat, 18 Jan 2020 16:31:52 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 18 Jan 2020 16:31:52 +0100
branch
webdav
changeset 233
c5985d2fc19a
parent 129
fd324464f56f
permissions
-rw-r--r--

add test for webdav_propfind() that checks if the response is valid xml

#!/bin/sh

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

mercurial