summaryrefslogtreecommitdiff
path: root/docs/platform
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-09-30 16:59:50 -0400
committerMicah Anderson <micah@riseup.net>2013-09-30 16:59:50 -0400
commit2cacc506908ebf6ea442d09bc59250a475dce190 (patch)
treeb55440357fd45563285983bcafd684bec5a3cc71 /docs/platform
parentca8d64b380f3174b3a7c1611db26168f42d2561a (diff)
make minor adjustments to the documentation to clarify some thigns
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/quick-start.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index 1848876..329a9b7 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -191,11 +191,7 @@ Create the Diffie-Hellman parameters file, needed for forward secret OpenVPN cip
$ leap cert dh
-Create server certificates for all the nodes you have added:
-
- $ leap cert update
-
-NOTE: the file `files/ca/ca.key` is extremely sensitive and must be carefully protected. The other key files are much less sensitive and can simply be regenerated if needed.
+NOTE: the files `files/ca/*.key` are extremely sensitive and must be carefully protected. The other key files are much less sensitive and can simply be regenerated if needed.
Edit provider.json configuration
@@ -241,6 +237,10 @@ Now we need the VPN gateway, so lets create that node:
NOTE: replace x.x.x.y with the IP address of the machine, and x.x.x.z with the second IP. openvpn gateways must be assigned two IP addresses, one for the host itself and one for the openvpn gateway. We do this to prevent incoming and outgoing VPN traffic on the same IP. Without this, the client might send some traffic to other VPN users in the clear, bypassing the VPN.
+Create server certificates for all the nodes you have added:
+
+ $ leap cert update
+
Setup DNS
---------