Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
server:ssl [2019/09/26 10:52] – [Установка] mirocowserver:ssl [2019/09/26 10:57] (текущий) – [Автоматическая генерация и обновление сертификата SSL (certbot)] mirocow
Строка 2: Строка 2:
  
   * https://github.com/certbot/certbot   * https://github.com/certbot/certbot
 +  * https://certbot.eff.org/lets-encrypt/ubuntuxenial-apache
 +  * https://certbot.eff.org/lets-encrypt/ubuntuxenial-nginx
  
 ===== Установка ===== ===== Установка =====
 +
 +==== Debian ====
  
 <code bash> <code bash>
Строка 13: Строка 17:
 </code> </code>
  
 +==== CentOS ====
 +
 +<code bash>
 +$ yum --enablerepo=extras install epel-release
 +$ yum -y install python-pip
 +$ pip install setuptools
 +$ wget https://raw.githubusercontent.com/certbot/certbot/master/certbot-auto
 +$ chmod 0775 ./certbot-auto
 +$ bash ./certbot-auto --nginx
 +</code>
 ===== Автоматический перевыпуск сертификата ===== ===== Автоматический перевыпуск сертификата =====