Skip to content

certificates flash

arduino-fwuploader certificates flash

Flashes certificates to board.

Synopsis

Flashes specified certificates to board at specified address.

arduino-fwuploader certificates flash [flags]

Examples

  arduino-fwuploader certificates flash --fqbn arduino:samd:mkrwifi1010 --address COM10 --url arduino.cc:443 --file /home/me/Digicert.cer
  arduino-fwuploader certificates flash -b arduino:renesas_uno:unor4wifi -a COM10 -u arduino.cc:443 -u google.com:443
  arduino-fwuploader certificates flash -b arduino:samd:mkrwifi1010 -a COM10 -f /home/me/VeriSign.cer -f /home/me/Digicert.cer

Options

  -a, --address string   Upload port, e.g.: COM10, /dev/ttyACM0
  -f, --file strings     List of paths to certificate file, e.g.: /home/me/Digicert.cer
  -b, --fqbn string      Fully Qualified Board Name, e.g.: arduino:samd:mkrwifi1010, arduino:mbed_nano:nanorp2040connect
  -h, --help             help for flash
  -u, --url strings      List of urls to download root certificates, e.g.: arduino.cc:443

Options inherited from parent commands

  -F, --additional-fw-index stringArray         Additional firmwares index URLs (useful for testing purposes)
  -P, --additional-packages-index stringArray   Additional packages index URLs (useful for testing purposes)
      --format string                           The output format, can be {text|json}. (default "text")
      --log-file string                         Path to the file where logs will be written
      --log-format string                       The output format for the logs, can be {text|json}.
      --log-level string                        Messages with this level and above will be logged. Valid levels are: trace, debug, info, warn, error, fatal, panic (default "info")
  -v, --verbose                                 Print the logs on the standard output.

SEE ALSO