NordicPlayground / nordic-developer-academy-mqtt

Nordic Developer Academy: MQTT test server
https://academy.nordicsemi.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Publish certificate chain as PEM #3

Open coderbyheart opened 1 month ago

coderbyheart commented 1 month ago

Publish the full certificate chain as https://mqtt.nordicsemi.academy/mqtt.nordicsemi.academy.chain.pem.

This is needed for our samples to fully verify the connection.

The PEM file should look like the example below, and needs to be updated every time the certificate is renewed.

Example

-----BEGIN CERTIFICATE-----
MIIEMDCCAxigAwIBAgISA182X2...
<Contents of https://letsencrypt.org/certs/isrgrootx1.pem>
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIFFjCCAv6gAwIBAgIRAJErCErPDBinU/b...
<Contents of mqtt.nordicsemi.academy.crt as PEM format>
-----END CERTIFICATE-----
coderbyheart commented 4 weeks ago

Certificate has been published