doc/create_cert.sh

Sun, 02 Jun 2024 14:28:17 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 02 Jun 2024 14:28:17 +0200
changeset 531
9b15b1f72bef
parent 129
fd324464f56f
permissions
-rw-r--r--

change nsapi_function_return behavior: move saf return to the end of the event cycle

#!/bin/sh

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

mercurial