summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-11-24 10:32:58 -0800
committerUlf Wiger <ulf@feuerlabs.com>2015-11-28 19:58:36 -0800
commit5be49f51e074e6692dcce50062c2b66c216b369f (patch)
tree5c5519c000575b4e2e75cf50b5da81e98f7b50ec /doc
parent2dbaf5cd337a4abaf973b21a187704458deaaa0a (diff)
downloadrvi_core-5be49f51e074e6692dcce50062c2b66c216b369f.tar.gz
Fixed checked in directories
Diffstat (limited to 'doc')
-rw-r--r--doc/rvi_protocol.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/rvi_protocol.md b/doc/rvi_protocol.md
index 335b67a..be475a4 100644
--- a/doc/rvi_protocol.md
+++ b/doc/rvi_protocol.md
@@ -258,7 +258,7 @@ TBD
-----END TRUSTED CERTIFICATE-----
```
-These files are checked into ```priv/sample_certs``` and ```priv/sample_keys```.
+These files are checked into ```priv/sample_certifcates``` and ```priv/sample_keys```.
**DO NOT USE THE KEYS AND CERTIFICATES ABOVE IN PRODUCTION!<br>
ANY PRODUCTION KEYS SHOULD BE GENERATED BY THE ORGANIZATION AND BE 4096 BITS LONG.**
@@ -359,6 +359,8 @@ Parameter | Required | Description
--invoke | Yes | Space separated list (within quotes) of RVI service prefixes that the owner of the credential has the right to invoke.
--register | Yes | Space separated list (within quotes) of RVI service prefixes that the owner of the credential has the right to register for others to call (with the right credential).
+The generated ```insecure_credential.json```
+and ```insecure_credential.jwt``` are checked into ```priv/sample_credentials```.
# DOCUMENTATION ENDS HERE. EVERYTHING BELOW IS RESIDUAL