summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2016-01-27 16:28:46 +0100
committerUlf Wiger <ulf@feuerlabs.com>2016-02-09 21:46:58 +0100
commit646154b32105811b1f34fc5612e87e694c56b522 (patch)
tree25b1c0e12afed4420769984394dfcf2277e19818 /doc
parent83e57a5094f212caca239b33f4b4e120e10c8fa9 (diff)
downloadrvi_core-646154b32105811b1f34fc5612e87e694c56b522.tar.gz
ongoing update of docs to 0.5.0
Diffstat (limited to 'doc')
-rw-r--r--doc/rvi_protocol.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rvi_protocol.md b/doc/rvi_protocol.md
index 134c67e..1d3f566 100644
--- a/doc/rvi_protocol.md
+++ b/doc/rvi_protocol.md
@@ -15,7 +15,7 @@ This document describes the core protocol between two RVI nodes.
[6] X.509 Certificates - (link)[https://en.wikipedia.org/wiki/X.509]<br>
# FEATURES COVERED BY PROTOCOL
-1. **Authroization**<br>
+1. **Authorization**<br>
Prove to the remote RVI node that the local RVI node has the right to
invoke a set of services, and the right to register another set of services.
@@ -257,7 +257,7 @@ openssl genrsa -out insecure_root_key.pem 1024
openssl req -x509 -new -nodes -key insecure_root_key.pem -days 365 -out insecure_root_cert.crt
```
-The content of the sample ```insercure_root_key.pem``` private key
+The content of the sample ```insecure_root_key.pem``` private key
file, which has no password protection, is:
```
@@ -328,7 +328,7 @@ openssl x509 -req -days 365 -in insecure_device_cert.csr \
The ```insecure_device_cert.csr``` intermediate certificate signing
request can be deleted once the three steps above have been executed.
-The content of the sample ```insercure_device_key.pem``` private key
+The content of the sample ```insecure_device_key.pem``` private key
file, which has no password protection, is:
```