Add cert update to workflow

This commit is contained in:
Eric Blankenhorn
2025-02-24 10:26:11 -06:00
parent 8ae122584c
commit 0256b426f0

View File

@ -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/