diff options
author | elijah <elijah@riseup.net> | 2015-07-21 17:51:08 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-07-21 17:51:08 -0700 |
commit | 5aec93cdaf1082df4edc6fa3d439e01311b0f249 (patch) | |
tree | 875c76f28c9219c1035cf932feb26c215d04ff4c /pages/docs/platform/tutorials | |
parent | 242bd702ee7ca5edcf8e92156d09fe9e7f0ee961 (diff) |
updated platform documentation, esp. provider configuration.
Diffstat (limited to 'pages/docs/platform/tutorials')
-rw-r--r-- | pages/docs/platform/tutorials/configure-provider.md | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/pages/docs/platform/tutorials/configure-provider.md b/pages/docs/platform/tutorials/configure-provider.md deleted file mode 100644 index 969d541..0000000 --- a/pages/docs/platform/tutorials/configure-provider.md +++ /dev/null @@ -1,31 +0,0 @@ -@title = 'Configure provider tutorial' -@nav_title = 'Configure Provider' -@summary = 'Explore how to configure your provider after the initial setup' - - -Edit provider.json configuration --------------------------------------- - -There are a few required settings in provider.json. At a minimum, you must have: - - { - "domain": "example.org", - "name": "Example", - "contacts": { - "default": "email1@example.org" - } - } - -For a full list of possible settings, you can use `leap inspect` to see how provider.json is evaluated after including the inherited defaults: - - $ leap inspect provider.json - - -Examine Certs -============= - -To see details about the keys and certs that the prior two commands created, you can use `leap inspect` like so: - - $ leap inspect files/ca/ca.crt - -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. |