doc/create_cert.sh@b446daba6839
doc/create_cert.sh
Wed, 25 Jun 2025 20:45:21 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 25 Jun 2025 20:45:21 +0200
- changeset 611
- b446daba6839
- parent 129
-
fd324464f56f
- permissions
- -rw-r--r--
change error handling in case webdav_xattr_parse_data fails: set response to 500 instead of failig the entire multistatus response
#!/bin/sh
openssl req -nodes -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365