summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-07-02 16:28:55 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-07-02 16:28:55 -0700
commit0813721cafd1e8e5de58ecd38b93c43e6f52116f (patch)
tree8bf54461b889058fd6f74d69853f1b79397b301e
parentd0a80888a02cb82e4bfd91dbbf335e7696a504d5 (diff)
downloadrvi_core-0813721cafd1e8e5de58ecd38b93c43e6f52116f.tar.gz
Fixed formatting issue
-rw-r--r--doc/rvi_services.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/rvi_services.md b/doc/rvi_services.md
index 94ea011..0c290a0 100644
--- a/doc/rvi_services.md
+++ b/doc/rvi_services.md
@@ -141,7 +141,7 @@ The command contains the auth cert (device public key) and the single,
pre-provisioned node certificate giving the device the right to
invoke ```jlr.com/provisioning/setup``` and the right to
register ```jlr.com/mobile/123456/dm/cert_provision```.<br>
-See [Device Management](#Device Management) for details
+See [Device Management](#device-management) for details.
3. Server sends authenticate to device<br>
The server's auth cert (server public key) is sent, but no node
@@ -192,17 +192,14 @@ Connection is done over bluetooth, with no Internet connection.
2. Device sends authenticate to vehicle<br>
The command contains the auth cert together with the received node
-certificate, proving that it has the right to invoke
- ```jlr.com/vin/ABCD/unlock```.<br>
+certificate, proving that it has the right to invoke ```jlr.com/vin/ABCD/unlock```.
It also proves that the device has the right to register
- ```jlr.com/mobile/1234/status```.
+<br> ```jlr.com/mobile/1234/status```.
3. Vehicle sends authenticate to device<br>
The server's auth cert (server public key) is sent, together with a
-pre-provisioned node certificate giving it the rights to register
- ```jlr.com/vin/ABCD/unlock```.<br>
-The certificate also gives the vehicle the right to invoke
- ```jlr.com/mobile/*/status```.
+pre-provisioned node certificate giving it the rights to register ```jlr.com/vin/ABCD/unlock```.<br>
+The certificate also gives the vehicle the right to invoke ```jlr.com/mobile/*/status```.
4. Device sends service announce to vehicle<br>
The command contains ```jlr.com/mobile/1234/status```.<br>