arbeiten an install script
This commit is contained in:
4
install.sh
Normal file → Executable file
4
install.sh
Normal file → Executable 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"
|
||||
3
scripts/create-cert.sh
Normal file → Executable file
3
scripts/create-cert.sh
Normal file → Executable 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
|
||||
Reference in New Issue
Block a user