You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
446 B
22 lines
446 B
3 years ago
|
#!/bin/sh
|
||
|
|
||
|
|
||
|
cat <<'EOF'
|
||
|
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
|
||
|
*** On Error ***
|
||
|
|
||
|
Get https://hub.swarmlab.io:5480/v2/: x509: certificate
|
||
|
Pulling …
|
||
|
ERROR: Get https://hub.swarmlab.io:5480/v2/: x509: certificate signed by unknown authority
|
||
|
|
||
|
*** run ***
|
||
|
|
||
|
./0-get-certs.sh
|
||
|
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
|
||
|
EOF
|
||
|
echo $cat
|