#!/bin/sh
# Regenerate the certificates
# This can be replaced by
# https://github.com/eclipse-mosquitto/mosquitto/pull/3234
# in case it gets merged by upstrem.

cd test/ssl
./gen.sh 2>1

