samodum
@samodum
Какой вопрос - такой и ответ

О чём это письмо от Let's Encrypt?

Привет всем.
У меня есть несколько доменов, там стоят SSL-сертификаты от Let's Encrypt и они обновляются сами через certbot каждые три месяца уже несколько лет исправно.
Но с начала этого года на все мои домены стали приходить письма от Let's Encrypt такого содержания:
Hello,

Action may be required to prevent your Let's Encrypt certificate renewals
from breaking.

If you already received a similar e-mail, this one contains updated
information.

Your Let's Encrypt client used ACME TLS-SNI-01 domain validation to issue
a certificate in the past 60 days. Below is a list of names and IP
addresses validated (max of one per account):

 www.yoursite.domain (333.333.555.777) on 2018-11-29

TLS-SNI-01 validation is reaching end-of-life. It will stop working
temporarily on February 13th, 2019, and permanently on March 13th, 2019.
Any certificates issued before then will continue to work for 90 days
after their issuance date.

You need to update your ACME client to use an alternative validation
method (HTTP-01, DNS-01 or TLS-ALPN-01) before this date or your
certificate renewals will break and existing certificates will start to
expire.

Our staging environment already has TLS-SNI-01 disabled, so if you'd like
to test whether your system will work after February 13, you can run
against staging: https://letsencrypt.org/docs/staging-environment/

If you're a Certbot user, you can find more information here:
https://community.letsencrypt.org/t/how-to-stop-using-tls-sni-01-with-certbot/83210

Our forum has many threads on this topic. Please search to see if your
question has been answered, then open a new thread if it has not:
https://community.letsencrypt.org/

For more information about the TLS-SNI-01 end-of-life please see our API
announcement:
https://community.letsencrypt.org/t/february-13-2019-end-of-life-for-all-tls-sni-01-validation-support/74209

Thank you,
Let's Encrypt Staff


Зачем они шлют эти письма?
Нужно ли беспокоиться и начинать изучать что там внутри этих "TLS-SNI-01, HTTP-01, DNS-01 or TLS-ALPN-01" и прочего?
  • Вопрос задан
  • 663 просмотра
Решения вопроса 3
ky0
@ky0
Миллиардер, филантроп, патологический лгун
TLS-SNI-01 validation is reaching end-of-life. It will stop working
temporarily on February 13th, 2019, and permanently on March 13th, 2019.

You need to update your ACME client to use an alternative validation
method (HTTP-01, DNS-01 or TLS-ALPN-01) before this date or your
certificate renewals will break and existing certificates will start to
expire.


Изучать ничего не обязательно, нужно проапдейтить клиент и убедиться, что он корректно подтверждает владение доменом любым из актуальных способов. В случае HTTP-01 достаточно, чтобы веб-сервер одинаково обрабатывал служебные запросы LE на 80 и 443 портах:

tls-sni-01 used port 443, but http-01 uses port 80. Ideally your web server should allow both ports. If that’s not possible, for instance because your ISP blocks port 80, you’ll need to switch to the dns-01 challenge, or use an ACME client that supports tls-alpn-01.
Ответ написан
Комментировать
@Evan742
Nodeист и phpник
Сертификат устаревает.
Ваш сертификат прекратит действия в 13 февраля 19г, а удалиться в 13 марта 19г.
Вам нужно обновить ACME client.
Ответ написан
Комментировать
antoo
@antoo
Чтобы понять о чём письмо - достаточно его прочитать, хотя бы через переводчик.

Говорят о том, что метод валидации TLS-SNI-01 будет отключен после 13 февраля, а вы используете его для получения сертификатов, соответственно сертификаты перестанут обновляться, о чём вас настойчиво предупреждают.

они обновляются сами через certbot

В тексте прямо о вашей ситуации и написано:
If you're a Certbot user, you can find more information here:
https://community.letsencrypt.org/t/how-to-stop-us...
Ответ написан
Комментировать
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы