Letsencrypt + certbot - Problem z Certyfikatem SSL

MTGmati | 2018-01-22 16:00:36 UTC | #1

Mam problem z wygenerowaniem certyfikaty SSL. Kiedy wpisuje: certbot otrzymuje następujące powiadomienie:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Wcześniej nie miałem takiego problemu, wszystko działało sprawnie i certyfikaty były generowanie praktycznie natychmiast.


Nieznajomy11 | 2018-01-22 17:54:46 UTC | #2

https://community.letsencrypt.org/t/2018-01-11-update-regarding-acme-tls-sni-and-shared-hosting-infrastructure/50188


MTGmati | 2018-01-22 21:12:27 UTC | #3

Ja postąpiłem w następujący sposób aby rozwiązać problem.
Może ktoś wykorzysta.


Najpierw włącz https w apache:

a2enmod ssl
a2ensite default-ssl
service apache2 restart

Następnie zainstaluj git i pobierz letsencrypt do katalogu /usr/local:

cd /usr/local
apt install git
git clone https://github.com/letsencrypt/letsencrypt

Następnie przejdź do folderu letsencrypt i wykonaj polecenie, aby zażądać certyfikatu

cd letsencrypt/
./letsencrypt-auto certonly --apache -d example.com

Gotowe :astonished:


Aylin | 2018-12-20 00:40:04 UTC | #4