Skip to content

Commit 9fc2470

Browse files
umbynosper1234
andauthored
expand the documentation regarding the certificates flashing (#129)
* expand the documentation regarding the certificates flashing * Apply suggestions from code review Co-authored-by: per1234 <[email protected]> Co-authored-by: per1234 <[email protected]>
1 parent eef0eb6 commit 9fc2470

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: docs/usage.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,14 @@ The tool offers also the ability to flash SSL certificates to a module:
7474
./arduino-fwuploader certificates flash -b arduino:samd:nano_33_iot" -a COM10 -u arduino.cc:443 -u google.com:443
7575
```
7676

77-
or you can specify a path to a file with `-f` instead of the URL of the certificate
77+
or you can specify a path to a file in `.der` format with `-f` instead of the URL of the certificate
78+
79+
Due to a limitation on the handling of certs in the NINA modules, when `certificates flash` command is launched, all the
80+
previous certificates are going to be erased. To overcome this it's required to upload them all together:
81+
82+
```
83+
./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
84+
```
7885

7986
### Command line options
8087

0 commit comments

Comments
 (0)