Let’s Encrypt wildcard. How to

Posted by & filed under python.

шаг 1. Ставим certbot sudo apt-get updatesudo apt-get install software-properties-commonsudo add-apt-repository ppa:certbot/certbotsudo apt-get updatesudo apt-get install python-certbot-nginx Шаг 2. sudo certbot certonly —manual —preferred-challenges=dns —email myemail@gmail.com —server https://acme-v02.api.letsencrypt.org/directory —agree-tos -d *.mydomain.by -d mydomain.by Получаем что-то такого вида _acme-challenge.mydomain.by with the following value:_ip7wsdfsdfsdfdsfsdfsdfsfdcB7GPM Шаг 3. Добавляем _acme-challenge запись в качестве txt записи в нашем домене (Открываете… Read more »