1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00
Peter Eckersley 614cf89d55 More documentation
2014-11-18 02:42:56 -08:00
2014-11-17 15:34:00 -08:00
2014-11-13 01:49:32 -08:00
2014-11-13 01:49:32 -08:00
2014-11-18 02:42:56 -08:00
2014-11-18 02:42:56 -08:00

This is the Let's Encrypt Agent DEVELOPER PREVIEW repository.

DO NOT RUN THIS CODE ON A PRODUCTION WEBSERVER. IT WILL INSTALL CERTIFICATES SIGNED BY A TEST CA, AND WILL CAUSE CERT WARNINGS FOR USERS.

This code intended for testing, demonstration, and integration engineering with OSes and hosting platforms. Currently the code works with Linux and Apache, though we will be expanding it to other platforms.

Running the demo on Debian

` sudo apt-get install python-pip python-crypto python-dev python-jsonschema python-augeas gcc python-m2crypto

sudo pip install jose `

Now get a working copy of the python2 "dialog" module. On debian stable:

sudo apt-get install python-dialog

on testing/unstable, "pip uninstall dialog", "pip uninstall pythondialog",then...

` sudo pip install pythondialog=2.7

sudo ./letsencrypt.py `

Debian packaging work will continue in the separate "debian" branch of this repo.

Description
Certbot - это инструмент EFF для получения сертификатов от Let's Encrypt и (опционально) автоматического включения HTTPS на вашем сервере. Он также может выступать в качестве клиента для любого другого центра сертификации, использующего протокол ACME
Readme 123 MiB
Languages
Python 94.1%
Shell 3.7%
Batchfile 0.8%
Makefile 0.7%
NSIS 0.3%
Other 0.2%