From 646154b32105811b1f34fc5612e87e694c56b522 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Wed, 27 Jan 2016 16:28:46 +0100 Subject: ongoing update of docs to 0.5.0 --- doc/rvi_protocol.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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]
# FEATURES COVERED BY PROTOCOL -1. **Authroization**
+1. **Authorization**
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: ``` -- cgit v1.2.1