Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish certificate chain as PEM #3

Closed
2 tasks done
coderbyheart opened this issue May 27, 2024 · 1 comment
Closed
2 tasks done

Publish certificate chain as PEM #3

coderbyheart opened this issue May 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@coderbyheart
Copy link
Member

coderbyheart commented May 27, 2024

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-----
  • Publish certificate
  • add test
@coderbyheart coderbyheart added the enhancement New feature or request label May 27, 2024
@coderbyheart
Copy link
Member Author

Certificate has been published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant