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