summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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