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

micropython/certificates: Add installable certs. #633

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Carglglz
Copy link
Contributor

@Carglglz Carglglz commented Mar 21, 2023

This adds a method to include default/installable certificates from Mozilla's CA store which could solve the default certs problem from micropython/micropython#8968

@Carglglz Carglglz force-pushed the certifi branch 3 times, most recently from b08ab86 to 464f028 Compare April 13, 2023 21:27
### Ca-bundle Instructions
---------------------
#### 1. Download ca-bundle.crt
`ca-bundle.crt` is obtained using *curl's* script `mk-ca-bundle.pl` from [curl](https://github.com/cur)
Copy link
Sponsor Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The url here looks truncated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, my bad 😓 thanks for pointing this out 👍🏼

This adds a method to include default/installable
certificates from Mozilla's CA store which could
solve the default certs problem from micropython/micropython#8968

Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants