summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarllandrover.com>2016-01-27 15:48:22 -0800
committerMagnus Feuer <mfeuer@jaguarllandrover.com>2016-01-27 15:48:22 -0800
commit681acc5b62ff60b6f9ab98a326dec9d70987f1dd (patch)
tree25fd7f9dab68c2b59d2248144d65d3b5435ecda6 /doc
parent5803845d0968969ac88e9927d9f8ba8258405db1 (diff)
downloadrvi_core-681acc5b62ff60b6f9ab98a326dec9d70987f1dd.tar.gz
Fixed typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/rvi_protocol.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rvi_protocol.md b/doc/rvi_protocol.md
index b0c0783..46322d0 100644
--- a/doc/rvi_protocol.md
+++ b/doc/rvi_protocol.md
@@ -315,10 +315,10 @@ was generated with the following command:
# Create the device key. In production, increase the bit size to 4096+
openssl genrsa -out insecure_device_key.pem 1024
-# Create a certificate signing requestsigning request
+# Create a certificate signing request
openssl req -new -key insecure_device_key.pem -out insecure_device_cert.csr
-# Sign the signing request and creaqte the root_cert.crt file
+# Sign the signing request and create the insecure_device_cert.crt file
openssl x509 -req -days 365 -in insecure_device_cert.csr \
-CA insecure_root_cert.crt -CAkey insecure_root_key.pem \
-set_serial 01 -out insecure_device_cert.crt