mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
incorperate jsha's comments
This commit is contained in:
@@ -21,6 +21,10 @@ protocol) that can automate the tasks of obtaining certificates and
|
||||
configuring webservers to use them. This client runs on Unix-based operating
|
||||
systems.
|
||||
|
||||
Until May 2016, Certbot was named simply ``letsencrypt`` or ``letsencrypt-auto``,
|
||||
depending on install method. Instructions on the Internet, and some pieces of the
|
||||
software, may still refer to this older name.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@ Configurators may implement just one of those).
|
||||
There are also `~certbot.interfaces.IDisplay` plugins,
|
||||
which implement bindings to alternative UI libraries.
|
||||
|
||||
.. _interfaces.py: https://github.com/letsencrypt/letsencrypt/blob/master/letsencrypt/interfaces.py
|
||||
.. _interfaces.py: https://github.com/letsencrypt/letsencrypt/blob/master/certbot/interfaces.py
|
||||
.. _plugins/common.py: https://github.com/letsencrypt/letsencrypt/blob/master/letsencrypt/plugins/common.py#L34
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@ Packaging Guide
|
||||
===============
|
||||
|
||||
Documentation can be found at
|
||||
https://github.com/certbot/certbot/wiki/Packaging.
|
||||
https://github.com/letsencrypt/letsencrypt/wiki/Packaging.
|
||||
|
||||
+5
-4
@@ -27,7 +27,7 @@ To install and run the client, just type...
|
||||
|
||||
./certbot-auto
|
||||
|
||||
.. hint:: During the beta phase, the Let's Encrypt servers enforce strict rate
|
||||
.. hint:: The Let's Encrypt servers enforce rate
|
||||
limits on the number of certificates issued for one domain. It is recommended
|
||||
to initially use the test server via `--test-cert` until you get the desired
|
||||
certificates.
|
||||
@@ -360,8 +360,9 @@ Getting help
|
||||
============
|
||||
|
||||
If you're having problems you can chat with us on `IRC (#certbot @
|
||||
OFTC) <https://webchat.oftc.net?channels=%23certbot>`_ or
|
||||
get support on our `forums <https://community.letsencrypt.org>`_.
|
||||
OFTC) <https://webchat.oftc.net?channels=%23certbot>`_ or at
|
||||
`IRC (#letsencrypt @ freenode) <https://webchat.freenode.net?channels=%23letsencrypt>`_
|
||||
or get support on our `forums <https://community.letsencrypt.org>`_.
|
||||
|
||||
If you find a bug in the software, please do report it in our `issue
|
||||
tracker
|
||||
@@ -420,7 +421,7 @@ Operating System Packages
|
||||
|
||||
**FreeBSD**
|
||||
|
||||
* Port: ``cd /usr/ports/security/py-letsencrypt make install clean``
|
||||
* Port: ``cd /usr/ports/security/py-letsencrypt && make install clean``
|
||||
* Package: ``pkg install py27-letsencrypt``
|
||||
|
||||
**OpenBSD**
|
||||
|
||||
Reference in New Issue
Block a user