doc/create_cert.sh

Sat, 12 Nov 2022 17:28:32 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 12 Nov 2022 17:28:32 +0100
changeset 428
ab58e46b50a5
parent 129
fd324464f56f
permissions
-rw-r--r--

improve error handling in send_file if the file is a directory

#!/bin/sh

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

mercurial