summaryrefslogtreecommitdiff
path: root/docs/platform/quick-start.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-09-19 16:06:35 -0400
committerMicah Anderson <micah@riseup.net>2013-09-19 16:06:35 -0400
commite0dfd1424b295a4c7b32dbbb373f5aac06fe199c (patch)
tree65b3196ec0e90edd68b947e0ea679252d123e21c /docs/platform/quick-start.md
parente74d7ae02dc9ccd563a800926fb1364d46b98a0f (diff)
add a missing space and some details about VCS configuration tracking
Diffstat (limited to 'docs/platform/quick-start.md')
-rw-r--r--docs/platform/quick-start.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index 11b08d0..e2dcb9a 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -260,7 +260,7 @@ Initialize the nodes
Node initialization only needs to be done once, but there is no harm in doing it multiple times:
- $ leap node init
+ $ leap node init
When `leap node init` is run, you will be prompted to verify the fingerprint of the SSH host key and to provide the root password of the server(s). You should only need to do this once.
@@ -379,6 +379,13 @@ Examples:
* `leap deploy webapp openvpn` -- deploy to all webapp OR openvpn nodes.
* `leap node init vpn1` -- just init the node named vpn1.
+Keep track of your provider configurations
+------------------------------------------
+
+You should commit your provider changes to your favorite VCS whenever things change. This way you can share your configurations with other admins, all they have to do is to pull the changes to stay up to date. Every time you make a change to your provider, such as adding nodes, services, generating certificates, etc. you should add those to your VCS, commit them and push them to where your repository is hosted.
+
+Note that your provider directory contains secrets! Those secrets include passwords for various services. You do not want to have those passwords readable by the world, so make sure that wherever you are hosting your repository, it is not public for the world to read.
+
What's next
-----------------------------------