From 694aa3705b7d97c456ca5adb04c50ede631b7e26 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 23 Jun 2015 16:15:37 -0600 Subject: [PATCH 1/5] Make it SUPER clear where to find install instructions --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 40c054fe3..c4161e066 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,14 @@ .. notice for github users -Official **documentation**, including `installation instructions`_, is -available at https://letsencrypt.readthedocs.org. - Generic information about Let's Encrypt project can be found at https://letsencrypt.org. Please read `Frequently Asked Questions (FAQ) `_. +Installation Instructions +========================= + +Official **documentation**, including `installation instructions`_, is +available at https://letsencrypt.readthedocs.org. About the Let's Encrypt Client ============================== From a7b52899a6efee34c388ad7af9df86ca8170263e Mon Sep 17 00:00:00 2001 From: James Kasten Date: Wed, 5 Aug 2015 10:43:48 -0700 Subject: [PATCH 2/5] Clarify Installation, Clarify status of Let's Encrypt --- README.rst | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 3f4739b4d..76db629fd 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,16 @@ .. notice for github users -Generic information about Let's Encrypt project can be found at -https://letsencrypt.org. Please read `Frequently Asked Questions (FAQ) +Notice +====== + +The Let's Encrypt Project is not LIVE yet. All certificates are currently +issued by a test CA. Browser-trusted certificates will be available in the +coming months. + +For more information regarding the status of the project, please see +https://letsencrypt.org. Checkout the `Frequently Asked Questions (FAQ) `_. -Installation Instructions -========================= - -Official **documentation**, including `installation instructions`_, is -available at https://letsencrypt.readthedocs.org. - About the Let's Encrypt Client ============================== @@ -20,7 +21,7 @@ In short: getting and installing SSL/TLS certificates made easy (`watch demo vid The Let's Encrypt Client is a tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let's Encrypt CA which will be issuing browser-trusted -certificates for free beginning the summer of 2015. +certificates for free. It's all automated: @@ -34,7 +35,7 @@ All you need to do to sign a single domain is:: user@www:~$ sudo letsencrypt -d www.example.org auth For multiple domains (SAN) use:: - + user@www:~$ sudo letsencrypt -d www.example.org -d example.org auth and if you have a compatible web server (Apache or Nginx), Let's Encrypt can @@ -101,6 +102,13 @@ Current Features * Free and Open Source Software, made with Python. +Installation Instructions +========================= + +Official **documentation**, including `installation instructions`_, is +available at https://letsencrypt.readthedocs.org. + + Links ----- From ce14e0bea615b1679f13b3656bf887d3389b334a Mon Sep 17 00:00:00 2001 From: James Kasten Date: Wed, 5 Aug 2015 10:47:19 -0700 Subject: [PATCH 3/5] Move disclaimer up --- README.rst | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 76db629fd..abbdebb8b 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,18 @@ .. notice for github users -Notice -====== +Disclaimer +---------- -The Let's Encrypt Project is not LIVE yet. All certificates are currently -issued by a test CA. Browser-trusted certificates will be available in the -coming months. +This is a **DEVELOPER PREVIEW** intended for developers and testers only. + +**DO NOT RUN THIS CODE ON A PRODUCTION SERVER. IT WILL INSTALL CERTIFICATES +SIGNED BY A TEST CA, AND WILL CAUSE CERT WARNINGS FOR USERS.** + +Browser-trusted certificates will be available in the coming months. For more information regarding the status of the project, please see -https://letsencrypt.org. Checkout the `Frequently Asked Questions (FAQ) -`_. +https://letsencrypt.org. Be sure to checkout the +`Frequently Asked Questions (FAQ)`_. About the Let's Encrypt Client ============================== @@ -70,15 +73,6 @@ server automatically!:: .. _watch demo video: https://www.youtube.com/watch?v=Gas_sSB-5SU -Disclaimer ----------- - -This is a **DEVELOPER PREVIEW** intended for developers and testers only. - -**DO NOT RUN THIS CODE ON A PRODUCTION SERVER. IT WILL INSTALL CERTIFICATES -SIGNED BY A TEST CA, AND WILL CAUSE CERT WARNINGS FOR USERS.** - - Current Features ---------------- From 9a334f3632a14f495ffc43df0952db5420812c15 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Wed, 5 Aug 2015 10:48:43 -0700 Subject: [PATCH 4/5] add space --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index abbdebb8b..8d73f0812 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Browser-trusted certificates will be available in the coming months. For more information regarding the status of the project, please see https://letsencrypt.org. Be sure to checkout the -`Frequently Asked Questions (FAQ)`_. +`Frequently Asked Questions (FAQ) `_. About the Let's Encrypt Client ============================== From 4cc4d7467af1cc26e2c78470c7ff2a06939341ed Mon Sep 17 00:00:00 2001 From: James Kasten Date: Wed, 5 Aug 2015 10:52:31 -0700 Subject: [PATCH 5/5] update headers --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8d73f0812..69404ec15 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ .. notice for github users Disclaimer ----------- +========== This is a **DEVELOPER PREVIEW** intended for developers and testers only. @@ -97,7 +97,7 @@ Current Features Installation Instructions -========================= +------------------------- Official **documentation**, including `installation instructions`_, is available at https://letsencrypt.readthedocs.org.