File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,14 @@ The tool offers also the ability to flash SSL certificates to a module:
74
74
./arduino-fwuploader certificates flash -b arduino:samd:nano_33_iot" -a COM10 -u arduino.cc:443 -u google.com:443
75
75
```
76
76
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
+ ```
78
85
79
86
### Command line options
80
87
You can’t perform that action at this time.
0 commit comments