소스 검색

solo: add page (#3146)

Starbeamrainbowlabs 5 년 전
부모
커밋
241155bfd7
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. 24 0
      pages/common/solo.md

+ 24 - 0
pages/common/solo.md

@@ -0,0 +1,24 @@
+# solo
+
+> Interact with Solo hardware security keys.
+> More information: <https://github.com/solokeys/solo-python>.
+
+- 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}}`