mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Use sudo to cat priv key
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -90,13 +90,13 @@ jobs:
|
||||
|
||||
echo "Checking certs..."
|
||||
cat /opt/fireguard/ssl/cert.pem
|
||||
cat /opt/fireguard/ssl/key.pem
|
||||
sudo cat /opt/fireguard/ssl/key.pem
|
||||
|
||||
echo "Connecting with openssl"
|
||||
openssl s_client -connect localhost:8800 -showcerts -prexit -debug
|
||||
openssl s_client -connect $(hostname):8800 -showcerts -prexit -debug
|
||||
|
||||
echo "Trying to load homepage..."
|
||||
curl -i -vvv -k https://localhost:8800
|
||||
curl -i -vvv -k https://$(hostname):8800
|
||||
|
||||
publish:
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user