File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,14 @@ jobs:
73
73
tlspwd : ${{ secrets.TLSPWD }}
74
74
run : |
75
75
openssl aes-256-cbc -k "$tlspwd" -md sha256 -in ./.ci/client-combined.pem.enc -out ./.ci/client-combined.pem -d
76
+ echo "decrypted client cert"
76
77
export krnl="$(uname -s | tr '[:upper:]' '[:lower:]')"
77
78
wget https://github.com/square/ghostunnel/releases/download/v1.3.1/ghostunnel-v1.3.1-$krnl-amd64-with-pkcs11 -O ghostunnel
78
79
chmod +x ./ghostunnel
79
- ./ghostunnel client --listen localhost:12345 --target hsm-connector01.sthlm.in.yubico.org:8443 --keystore ./.ci/client-combined.pem --cacert ./.ci/server-crt.pem 2>/dev/null &
80
+ ./ghostunnel client --listen localhost:12345 --target hsm-connector01.sthlm.in.yubico.org:8443 --keystore ./.ci/client-combined.pem --cacert ./.ci/server-crt.pem &
80
81
sleep 3
82
+ echo "started ghostunnel"
83
+ curl http://localhost:12345/dispatcher/request
81
84
echo "BACKEND=$(curl http://localhost:12345/dispatcher/request)" >> $GITHUB_ENV
82
85
83
86
- name : Run device tests
You can’t perform that action at this time.
0 commit comments