1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

Clarify Installation, Clarify status of Let's Encrypt

This commit is contained in:
James Kasten
2015-08-05 10:43:48 -07:00
parent c17837d70c
commit a7b52899a6

View File

@@ -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)
<https://letsencrypt.org/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
-----