doc/create_cert.sh

Fri, 06 Feb 2026 17:07:58 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 06 Feb 2026 17:07:58 +0100
changeset 665
b8d5b797d090
parent 129
fd324464f56f
permissions
-rw-r--r--

add first http client code

#!/bin/sh

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

mercurial