arbeiten an install script

This commit is contained in:
ChK
2026-03-16 19:08:19 +01:00
parent 08c0ff6e6e
commit 1d5478bb4e
2 changed files with 4 additions and 5 deletions

6
install.sh Normal file → Executable file
View File

@@ -52,8 +52,8 @@ fi
echo "[6/6] Certs erstellen"
chmod +x scripts/create_certs.sh
./scripts/create_certs.sh
chmod +x ./scripts/create-cert.sh
./scripts/create-cert.sh
echo "Docker in portainer eintragen"
echo "Docker in portainer eintragen"

3
scripts/create-cert.sh Normal file → Executable file
View File

@@ -7,5 +7,4 @@ MSYS_NO_PATHCONV=1 openssl req -x509 \
-keyout ../cert/key.pem \
-out ../cert/cert.pem \
-days 365 \
-nodes \
-subj "//CN=appRobotControlScara"
-nodes