Download you certificate and stor it in a directory with the same name as you customerId.
mkdir certs/<customerId>
cd certs/<customerId>/
unzip download.zip
> client.crt
> client.key
> ca.crt
go build
./netmore-mqtt-go-sample <customerId>
Documentation on the topic structure and formats can be found at README.md