From 1e8143db7372b14bafbeaababe80fb50aa3409b0 Mon Sep 17 00:00:00 2001
From: kwadronaut <kwadronaut@leap.se>
Date: Tue, 5 Apr 2016 21:11:43 +0200
Subject: update LetsEncrypt doc in keys-certs

---
 pages/docs/platform/guide/keys-and-certificates.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'pages/docs/platform/guide')

diff --git a/pages/docs/platform/guide/keys-and-certificates.md b/pages/docs/platform/guide/keys-and-certificates.md
index 7449905..a6862a6 100644
--- a/pages/docs/platform/guide/keys-and-certificates.md
+++ b/pages/docs/platform/guide/keys-and-certificates.md
@@ -87,7 +87,7 @@ All keys matching 'userx/*_ssh.pub' will be usable.
 Removing sysadmin access
 --------------------------------
 
-Suppose you want to remove `userx` from having any further ssh access to the servers. Do this:
+Suppose you want to remove `userx` from having any further SSH access to the servers. Do this:
 
     rm -r users/userx
     leap deploy
@@ -210,11 +210,11 @@ To see details about the keys and certs you can use `leap inspect` like so:
     $ leap inspect files/ca/ca.crt
 
 
-Let's encrypt certificate
+Let's Encrypt certificate
 =========================
 
-LEAP plans to integrate [Let's encrypt](https://letsencrypt.org/) support to it will be even easier to recieve SSL certificates that are accepted by all browsers.
-Until we achieved this, here's a guide how to do this manually.
+LEAP plans to integrate [Let's Encrypt](https://letsencrypt.org/) support, so it will be even easier to receive X.509 certificates that are accepted by all browsers.
+Until we achieve this, here's a guide how to do this manually.
 
 Install the official acme client
 --------------------------------
@@ -238,7 +238,7 @@ Fetch the certs
 
 This will put the certs and keys into `/etc/letsencrypt/live/DOMAIN/`.
 
-Now, go to your workstation's provider configuration directory and copy the newly create files from the server to your local config. You will override existing files so please make a backup before proceeding, or use a version control system to track changes.
+Now, go to your workstation's provider configuration directory and copy the newly created files from the server to your local config. You will override existing files so please make a backup before proceeding, or use a version control system to track changes.
 
     workstation$ cd PATH_TO_PROVIDER_CONFIG
 
-- 
cgit v1.2.3