From 0256b426f02ccdf58716ff4f48a21dc97c271082 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Mon, 24 Feb 2025 10:26:11 -0600 Subject: [PATCH] Add cert update to workflow --- .github/workflows/mosquitto.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/mosquitto.yml b/.github/workflows/mosquitto.yml index 5ba7e3a89..97afaf282 100644 --- a/.github/workflows/mosquitto.yml +++ b/.github/workflows/mosquitto.yml @@ -77,6 +77,12 @@ jobs: ref: v${{ matrix.ref }} path: mosquitto + - name: Update certs + run: | + cd $GITHUB_WORKSPACE/mosquitto/test/ssl + ./gen.sh + cat all-ca.crt >> server.crt + - name: Configure and build mosquitto run: | cd $GITHUB_WORKSPACE/mosquitto/