Инструменты пользователя

Инструменты сайта


linux:servers:certbot

Различия

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

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

Предыдущая версия справа и слеваПредыдущая версия
linux:servers:certbot [2025/12/24 11:28] Кириллlinux:servers:certbot [2026/03/07 11:51] (текущий) Кирилл
Строка 6: Строка 6:
  
 Обновляем список пакетов: Обновляем список пакетов:
-<code>+<code bash>
 sudo apt update sudo apt update
 </code> </code>
  
 Устанавливаем Certbot  для Apache: Устанавливаем Certbot  для Apache:
-<code>+<code bash>
 sudo apt install certbot python3-certbot-apache sudo apt install certbot python3-certbot-apache
 </code> </code>
  
 Устанавливаем Certbot для Nginx: Устанавливаем Certbot для Nginx:
-<code>+<code bash>
 sudo apt install certbot python3-certbot-nginx sudo apt install certbot python3-certbot-nginx
 </code> </code>
Строка 25: Строка 25:
  
 Для Apache: Для Apache:
-<code>+<code bash>
 sudo certbot --apache sudo certbot --apache
 </code> </code>
Строка 59: Строка 59:
  
 Для Nginx: Для Nginx:
-<code>+<code bash>
 sudo certbot --nginx sudo certbot --nginx
 </code> </code>
linux/servers/certbot.1766575736.txt.gz · Последнее изменение: Кирилл