A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/arduino/arduino-fwuploader/commit/9fc247083ca43a369fa6d3626b0bcc5125cb01d4 below:

expand the documentation regarding the certificates flashing (#129) · arduino/arduino-fwuploader@9fc2470 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+8

-1

lines changed

Filter options

Expand file treeCollapse file tree 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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4