doc/create_cert.sh@f727a21497bb
doc/create_cert.sh
Sat, 11 Jul 2020 17:58:00 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 11 Jul 2020 17:58:00 +0200
- branch
- webdav
- changeset 251
- f727a21497bb
- parent 129
-
fd324464f56f
- permissions
- -rw-r--r--
add basic PUT implementation and tests
#!/bin/sh
openssl req -nodes -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365