Skip to content

Commit

Permalink
Add cert update to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Feb 24, 2025
1 parent 8ae1225 commit 0256b42
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 0256b42

Please sign in to comment.