Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter <pconrad@salesforce.com>2016-08-12 01:14:08 +0300
committerPeter <pconrad@salesforce.com>2016-08-12 01:14:08 +0300
commit3036419975631b89c6e2be8b57c640d13ad83c1d (patch)
tree86d79f76128ff17f3408f8b2335d53a9b69370f4 /README.rst
parent9ebda1879cbcdf400718ac033113dd10a53c958d (diff)
parentd05f53bd53082832583a5dcfefc2241fd21386e9 (diff)
Fixing merge conflicts.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst29
1 files changed, 12 insertions, 17 deletions
diff --git a/README.rst b/README.rst
index 007b9b469..e079cb36d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,18 +1,12 @@
-.. notice for github users
+.. This file contains a series of comments that are used to include sections of this README in other files. Do not modify these comments unless you know what you are doing. tag:intro-begin
-Disclaimer
-==========
+Certbot is part of EFF’s effort to encrypt the entire Internet. Secure communication over the Web relies on HTTPS, which requires the use of a digital certificate that lets browsers verify the identify of web servers (e.g., is that really google.com?). Web servers obtain their certificates from trusted third parties called certificate authorities (CAs). Certbot is an easy-to-use client that fetches a certificate from Let’s Encrypt—an open certificate authority launched by the EFF, Mozilla, and others—and deploys it to a web server.
-Certbot (previously, the Let's Encrypt client) is **BETA SOFTWARE**. It
-contains plenty of bugs and rough edges, and should be tested thoroughly in
-staging environments before use on production systems.
+Anyone who has gone through the trouble of setting up a secure website knows what a hassle getting and maintaining a certificate is. Certbot and Let’s Encrypt can automate away the pain and let you turn on and manage HTTPS with simple commands. Using Certbot and Let's Encrypt is free, so there’s no need to arrange payment.
-For more information regarding the status of the project, please see
-https://letsencrypt.org. Be sure to checkout the
-`Frequently Asked Questions (FAQ) <https://community.letsencrypt.org/t/frequently-asked-questions-faq/26#topic-title>`_.
+How you use Certbot depends on the configuration of your web server. The best way to get started is to use our `interactive guide <https://certbot.eff.org>`_. It generates instructions based on your configuration settings. In most cases, you’ll need `root or administrator access <https://certbot.eff.org/faq/#does-certbot-require-root-privileges>`_ to your web server to run Certbot.
-About Certbot
-==============================
+If you’re using a hosted service and don’t have direct access to your web server, you might not be able to use Certbot. Check with your hosting provider for documentation about uploading certificates or using certificates issues by Let’s Encrypt.
Certbot is a fully-featured, extensible client for the Let's
Encrypt CA (or any other CA that speaks the `ACME
@@ -121,7 +115,7 @@ email to client-dev+subscribe@letsencrypt.org)
:alt: Docker Repository on Quay.io
.. _`installation instructions`:
- https://letsencrypt.readthedocs.org/en/latest/using.html
+ https://letsencrypt.readthedocs.org/en/latest/using.html#getting-certbot
.. _watch demo video: https://www.youtube.com/watch?v=Gas_sSB-5SU
@@ -142,9 +136,12 @@ but for most users who want to avoid running an ACME client as root, either
The Apache plugin currently requires a Debian-based OS with augeas version
1.0; this includes Ubuntu 12.04+ and Debian 7+.
+.. Do not modify this comment unless you know what you're doing. tag:intro-end
+
+.. Do not modify this comment unless you know what you're doing. tag:features-begin
Current Features
-================
+=====================
* Supports multiple web servers:
@@ -168,8 +165,6 @@ Current Features
command line.
* Free and Open Source Software, made with Python.
+.. Do not modify this comment unless you know what you're doing. tag:features-end
-.. _Freenode: https://webchat.freenode.net?channels=%23letsencrypt
-.. _OFTC: https://webchat.oftc.net?channels=%23certbot
-.. _client-dev: https://groups.google.com/a/letsencrypt.org/forum/#!forum/client-dev
-.. _certbot.eff.org: https://certbot.eff.org/
+For extensive documentation on using and contributing to Certbot, go to https://certbot.eff.org/docs. If you would like to contribute to the project or run the latest code from git, you should read our `developer guide <https://certbot.eff.org/docs/contributing.html>`_.