wiki:other:lets_encrypt_in_nginx
Различия
Показаны различия между двумя версиями страницы.
| Следующая версия | Предыдущая версия | ||
| wiki:other:lets_encrypt_in_nginx [2023/01/23 15:24] – создано Diman | wiki:other:lets_encrypt_in_nginx [2023/04/18 12:00] (текущий) – Diman | ||
|---|---|---|---|
| Строка 1: | Строка 1: | ||
| + | ====== certbot nginx ====== | ||
| + | |||
| + | |||
| <code bash> | <code bash> | ||
| # Nginx conf | # Nginx conf | ||
| Строка 23: | Строка 26: | ||
| # Тестируем.. | # Тестируем.. | ||
| - | certbot certonly --agree-tos --webroot -w /var/www -d edge.vps-server.ru | + | certbot certonly --agree-tos --webroot -w /var/www -d edge --email support@vps-server.ru --dry-run |
| # получаем сертификат | # получаем сертификат | ||
| - | certbot certonly --agree-tos --webroot -w /var/www -d edge.vps-server.ru | + | certbot certonly --agree-tos --webroot -w /var/www -d edge --email support@vps-server.ru |
| </ | </ | ||
| + | ====== acme.sh ====== | ||
| + | |||
| + | <code bash> | ||
| + | ./acme.sh --issue | ||
| + | </ | ||
| + | |||
wiki/other/lets_encrypt_in_nginx.1674487490.txt.gz · Последнее изменение: — Diman
