summaryrefslogtreecommitdiff
path: root/doc/rvi_protocol.md
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarllandrover.com>2016-01-27 15:44:01 -0800
committerMagnus Feuer <mfeuer@jaguarllandrover.com>2016-01-27 15:44:01 -0800
commit5803845d0968969ac88e9927d9f8ba8258405db1 (patch)
tree6f584f0ddaf266b0a3eead084d5b6dc419e566cb /doc/rvi_protocol.md
parent15164f7d747ca236a56b449c1433178f9cb2b10f (diff)
downloadrvi_core-5803845d0968969ac88e9927d9f8ba8258405db1.tar.gz
Removed sample prefix from keys, certificates, and credentials directory
Diffstat (limited to 'doc/rvi_protocol.md')
-rw-r--r--doc/rvi_protocol.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/rvi_protocol.md b/doc/rvi_protocol.md
index 68cb818..b0c0783 100644
--- a/doc/rvi_protocol.md
+++ b/doc/rvi_protocol.md
@@ -278,7 +278,7 @@ ZA2UwSzj67PBc5umDIAlhVRMX0zH/gLj54rfIkH5zLk=
-----END RSA PRIVATE KEY-----
```
-The root key above is checked in as ```priv/sample_keys/insecure_root_key.pem```.
+The root key above is checked in as ```priv/keys/insecure_root_key.pem```.
The content of the sample ```insecure_root_cert.crt``` file is:
@@ -300,7 +300,7 @@ mVrUm0lY/n2ilJQ1hzBZ9lFLq0wfjw==
-----END CERTIFICATE-----
```
-The root certificate above is checked in as ```priv/sample_certificates/insecure_root_key.pem```.
+The root certificate above is checked in as ```priv/certificates/insecure_root_key.pem```.
**DO NOT USE THE KEYS AND CERTIFICATES ABOVE IN PRODUCTION!<br>
@@ -368,7 +368,7 @@ PwSMHih1bsTRpyY5Z3CUDcDJkYtVbYs=
-----END CERTIFICATE-----
```
-These files are checked into ```priv/sample_certifcates``` and ```priv/sample_keys```.
+These files are checked into ```priv/certifcates``` and ```priv/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.**
@@ -472,7 +472,7 @@ Parameter | Required | Description
--stop | No | The Unix timestamps when the credential becomes inactive.
The generated ```insecure_credential.json```
-and ```insecure_credential.jwt``` are checked into ```priv/sample_credentials```.
+and ```insecure_credential.jwt``` are checked into ```priv/credentials```.
# DOCUMENTATION ENDS HERE. EVERYTHING BELOW IS RESIDUAL