arbeiten an install script
This commit is contained in:
6
install.sh
Normal file → Executable file
6
install.sh
Normal file → Executable file
@@ -52,8 +52,8 @@ fi
|
|||||||
|
|
||||||
echo "[6/6] Certs erstellen"
|
echo "[6/6] Certs erstellen"
|
||||||
|
|
||||||
chmod +x scripts/create_certs.sh
|
chmod +x ./scripts/create-cert.sh
|
||||||
./scripts/create_certs.sh
|
./scripts/create-cert.sh
|
||||||
|
|
||||||
|
|
||||||
echo "Docker in portainer eintragen"
|
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 \
|
-keyout ../cert/key.pem \
|
||||||
-out ../cert/cert.pem \
|
-out ../cert/cert.pem \
|
||||||
-days 365 \
|
-days 365 \
|
||||||
-nodes \
|
-nodes
|
||||||
-subj "//CN=appRobotControlScara"
|
|
||||||
Reference in New Issue
Block a user