Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Lets encrypt update certificate for unicode aliases #1927

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

akunich
Copy link

@akunich akunich commented Aug 22, 2019

Исправил проблему обновления сертификатов для доменов, у которых в алиасах используются юникод имена.
Получалось, что в web.conf юзера переменная $ALIAS содержала домен в юникоде. Например, www.мой-сайт.рф
А в сертификате этот алиас был в punnicode www.xn----8sbzclmxk.xn--p1ai
В итоге получали ошибку "domain alias $alias doesn't exist"
В проверку добавил в качестве условия "или" вариант с юникод кодировкой домена.
Так работать должно в обоих вариантах: и если юзер указал в алиасе юникод домен, и если вставил туда сразу punnicode.

@carlosfriascf
Copy link

Added to carlosfriascf@2347364

Обновление из основного репозитория весты от 30 января 2020 г
@anton-reutov anton-reutov self-assigned this Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants