From 241155bfd72de97c9b22ebddb7e66ac2dfa87cf9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 28 Jun 2019 10:34:01 +0100 Subject: [PATCH] solo: add page (#3146) --- pages/common/solo.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/solo.md diff --git a/pages/common/solo.md b/pages/common/solo.md new file mode 100644 index 000000000..0caff4be7 --- /dev/null +++ b/pages/common/solo.md @@ -0,0 +1,24 @@ +# solo + +> Interact with Solo hardware security keys. +> More information: . + +- List connected Solos: + +`solo ls` + +- Update the currently connected Solo's firmware to the latest version: + +`solo key update` + +- Blink the led of a specific Solo: + +`solo key wink --serial {{serial_number}}` + +- Generate random bytes using the currently connected Solo's secure random number generator: + +`solo key rng raw` + +- Monitor the serial output of a Solo: + +`solo monitor {{path/to/serial_port}}`