1

Тема: Сертификаты Let's Encrypt

Интересная статья по получению сертификата для веб сервера apache и ngnix.

wget [url]https://dl.eff.org/certbot-auto[/url]
chmod a+x certbot-auto
./certbot-auto --apache
./certbot-auto --nginx

Продление сертификата

./certbot-auto renew

Взято от сюда
https://codex.so/ssl

2 (изменено: Denis, 04-04-2019 12:17:05)

Re: Сертификаты Let's Encrypt

Для нового домена, пример:

./certbot-auto --apache --domains shop.itstack.ru
./certbot-auto --apache --domains itstack.ru