This commit is contained in:
chk
2026-03-09 19:29:46 +01:00
commit 0cd5c16ae2
583 changed files with 72518 additions and 0 deletions

11
scripts/create-cert.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
mkdir -p ../cert
MSYS_NO_PATHCONV=1 openssl req -x509 \
-newkey rsa:4096 \
-keyout ../cert/key.pem \
-out ../cert/cert.pem \
-days 365 \
-nodes \
-subj "//CN=appRobotControlScara"