summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-07-21 19:09:27 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-07-21 19:09:27 -0700
commitf314171ac7efb5104379f44501f1c496419d1df1 (patch)
tree11e7e2e41c5ee8103b1e49a2909f241ace35c26e /doc
parent86ffa1663067f1b73d7ce780756d54d32e818fee (diff)
downloadrvi_core-f314171ac7efb5104379f44501f1c496419d1df1.tar.gz
Formatting fixes in security doc
Diffstat (limited to 'doc')
-rw-r--r--doc/rvi_security.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/rvi_security.md b/doc/rvi_security.md
index ef9732d..4df4400 100644
--- a/doc/rvi_security.md
+++ b/doc/rvi_security.md
@@ -136,10 +136,10 @@ by the following command:
rvi_create_root_key.sh -b 2048 -o my_root_key
-* ```-b 2048```<br>
+* **```-b 2048```**<br>
Specifies the number of bits in the key.
-* ```-o my_root_key```<br>
+* **```-o my_root_key```**<br>
Specifies the file name prefix of the two created key files.
Once executed, three files will be created:
@@ -175,15 +175,15 @@ JWT is created by the following command:
rvi_create_device_key.py -p my_root_key_priv.pem -o my_device_key -b 2048
-* ```-b 2048```<br>
+* **```-b 2048```**<br>
Specifies the number of bits in the device key.<br>
-* ```-p my_root_key_priv.pem```<br>
+* **```-p my_root_key_priv.pem```**<br>
Specifies the private root key to sign the device key with when it is
stored in the JWT file (see below). The root key is created by the
```rvi_create_root_key.sh``` script.<br>
-* ```-o my_device_key``<br>
+* **```-o my_device_key``**<br>
Specifies the file name prefix of the three created device key files.
created key files.