doc/create_cert.sh

Thu, 26 Feb 2026 21:43:20 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 26 Feb 2026 21:43:20 +0100
changeset 708
027b16665f13
parent 129
fd324464f56f
permissions
-rw-r--r--

adjust test_http_client_io subroutine

#!/bin/sh

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

mercurial