Skip to content

Commit 756309e

Browse files
committed
Moving root creation script, adding USTERTRUST CA, generating new roots.pem.
1 parent 613015a commit 756309e

File tree

3 files changed

+220
-293
lines changed

3 files changed

+220
-293
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If updating **Arduino UNO WiFi Rev. 2** NINA firmware via [SerialNINAPassthrough
2222
## Build a new certificate list (based on the Google Android root CA list)
2323
```bash
2424
git clone https://android.googlesource.com/platform/system/ca-certificates
25-
cp nina-fw/data/nina-fw-create-roots.sh ca-certificates/files
25+
cp nina-fw/tools/nina-fw-create-roots.sh ca-certificates/files
2626
cd ca-certificates/files
2727
./nina-fw-create-roots.sh
2828
cp roots.pem ../../nina-fw/data/roots.pem

0 commit comments

Comments
 (0)