summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/fingerprint/fingerprint.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/fingerprint/fingerprint.md b/docs/fingerprint/fingerprint.md
index 366640a924..ed5bd6a09f 100644
--- a/docs/fingerprint/fingerprint.md
+++ b/docs/fingerprint/fingerprint.md
@@ -187,6 +187,13 @@ devices.
Switching keys is only possible when the `RO` firmware is not write protected,
since the public portion of the keypair is stored in the `RO` firmware.
+### Generate Key
+
+For testing, you can generate a new key by using the following openssl command:
+```bash
+openssl genrsa -3 -out board/$BOARD/dev_key.pem 3072
+```
+
### Resources
* https://sites.google.com/a/google.com/chromeos/resources/engineering/releng/signer-documentation