forked from wolfSSL/wolfssl
Add cert update to workflow
This commit is contained in:
6
.github/workflows/mosquitto.yml
vendored
6
.github/workflows/mosquitto.yml
vendored
@ -77,6 +77,12 @@ jobs:
|
|||||||
ref: v${{ matrix.ref }}
|
ref: v${{ matrix.ref }}
|
||||||
path: mosquitto
|
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
|
- name: Configure and build mosquitto
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/mosquitto/
|
cd $GITHUB_WORKSPACE/mosquitto/
|
||||||
|
Reference in New Issue
Block a user