doc/create_cert.sh

Sun, 02 Feb 2020 17:42:05 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 02 Feb 2020 17:42:05 +0100
branch
webdav
changeset 245
a193c42fc809
parent 129
fd324464f56f
permissions
-rw-r--r--

add mkcol and delete interface to webdav backend, move webdav vfs logic to operation

#!/bin/sh

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

mercurial