Skip to content

Remove certificates, they are obsolete and are out of sync #131

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

Merged
merged 5 commits into from
Apr 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 0 additions & 105 deletions .github/workflows/check-certificates.yml

This file was deleted.

Binary file removed certs/AddTrustExternalCA_Root.cer
Binary file not shown.
Binary file removed certs/BaltimoreCyberTrust_Root.cer
Binary file not shown.
Binary file removed certs/Digicert_Root.cer
Binary file not shown.
Binary file removed certs/GeoTrustGlobalCA_Root.cer
Binary file not shown.
Binary file not shown.
Binary file removed certs/GoDaddyRootCertificateAuthority-G2.cer
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ previous certificates are going to be erased. To overcome this it's required to
./arduino-fwuploader certificates flash --url arduino.cc:443,google.com:443 --file ~/Downloads/my_self_signed_.der -b arduino:mbed_nano:nanorp2040connect -a /dev/ttyACM0
```

You can find the certificates that are preflashed on the NINA module
[here](https://github.com/arduino/nina-fw/blob/master/data/roots.pem).

### Command line options

The full list of command line options can be obtained with the `-h` option: `./arduino-fwuploader -h`
Expand Down