summaryrefslogtreecommitdiff
path: root/doc/rvi_protocol.md
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarllandrover.com>2016-01-29 12:52:54 -0800
committerMagnus Feuer <mfeuer@jaguarllandrover.com>2016-01-29 12:52:54 -0800
commit5250cbbca4138b5b3b8af506a2a7490986b4e695 (patch)
treeaec2bb92f76901d4be86bbadd5d89df6553384f0 /doc/rvi_protocol.md
parent681acc5b62ff60b6f9ab98a326dec9d70987f1dd (diff)
downloadrvi_core-5250cbbca4138b5b3b8af506a2a7490986b4e695.tar.gz
Fixed additional typos
Diffstat (limited to 'doc/rvi_protocol.md')
-rw-r--r--doc/rvi_protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rvi_protocol.md b/doc/rvi_protocol.md
index 46322d0..2228c51 100644
--- a/doc/rvi_protocol.md
+++ b/doc/rvi_protocol.md
@@ -250,7 +250,7 @@ The self signed root certificate used in the examples throughout this
document was generated using the following commands:
```Shell
-# Create root key and cert signing request
+# Create root key pair
openssl genrsa -out insecure_root_key.pem 1024
# Create a self-signed root CA certificate, signed by the root key created above