Столкнулся я с такой проблемкой при продлении SSL сертификата для Apache
#./letsencrypt-auto certonly --apache --renew-by-default -d ussr.kiev.ua -d www.ussr.kiev.ua
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Первым делом останавливаем Apache так как standalone скрипт который попытается поднять собственный веб-сервер на время процедуры получения сертификата (дабы подтвердить принадлежность домена).
#/etc/init.d/apache2 stop
#./letsencrypt-auto certonly --standalone -d www.ussr.kiev.ua -d ussr.kiev.ua
#/etc/init.d/apache2 start
вот и все.
Комментарии
Problem binding to port 443: Could not bind to IPv4 or IPv6.
У меня выдает такую ошибку
Problem binding to port 443: Could not bind to IPv4 or IPv6.
Ну попробуйте еще так
Ну попробуйте еще так
./certbot-auto renew --apache
Добавить комментарий