слабоcвязанные заметки по установкам letsencrypt нв debian 7

Sep 09, 2019 13:30

Cloning the Let’s Encrypt Client
To clone the repository of the Let’s Encrypt Client, enter the following commands: отсюда

git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --help

когда все пойдет не так отсюда

rm ./certbot-auto*
wget https://raw.githubusercontent.com/certbot/certbot/75499277be6699fd5a9b884837546391950a3ec9/certbot-auto
chmod +x ./certbot-auto
./certbot-auto --no-self-upgrade

Generate The Wildcard SSL Certificate

./certbot-auto certonly --manual -d *.example.com -d example.com --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory

проверка через DNS etc
https://medium.com/@saurabh6790/generate-wildcard-ssl-certificate-using-lets-encrypt-certbot-273e432794d7

после создания нового сайта на raspi
newsite.sh

для проверки если шо

на раутере отключаем Virtual Servers List



и включаем DMZ


debian

Up