Skip to content

Commit

Permalink
Merge pull request #8496 from embhorn/mosquitto_cert_update
Browse files Browse the repository at this point in the history
Add cert update to workflow
  • Loading branch information
JacobBarthelmeh authored Feb 24, 2025
2 parents a756010 + 0256b42 commit 146d17d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mosquitto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 146d17d

Please sign in to comment.