doc/create_cert.sh

Fri, 24 Feb 2023 09:19:19 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 24 Feb 2023 09:19:19 +0100
changeset 456
52a4e1ea043e
parent 129
fd324464f56f
permissions
-rw-r--r--

update obj.conf install template to new syntax

#!/bin/sh

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

mercurial