add serialsock

This commit is contained in:
2022-01-19 17:31:04 +03:00
parent 786ed54d03
commit 9192ee09a3
78 changed files with 5244 additions and 0 deletions

5
NES_webiface/HOWTO.cert Normal file
View File

@@ -0,0 +1,5 @@
create:
openssl req -newkey rsa:2048 -nodes -keyout cert.key -x509 -days 365 -out cert.pem
review:
openssl x509 -text -noout -in cert.pem