Skip to content

Commit 146d17d

Browse files
Merge pull request wolfSSL#8496 from embhorn/mosquitto_cert_update
Add cert update to workflow
2 parents a756010 + 0256b42 commit 146d17d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/mosquitto.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ jobs:
7777
ref: v${{ matrix.ref }}
7878
path: mosquitto
7979

80+
- name: Update certs
81+
run: |
82+
cd $GITHUB_WORKSPACE/mosquitto/test/ssl
83+
./gen.sh
84+
cat all-ca.crt >> server.crt
85+
8086
- name: Configure and build mosquitto
8187
run: |
8288
cd $GITHUB_WORKSPACE/mosquitto/

0 commit comments

Comments
 (0)