Merge pull request #1819 from YunoHost/fix-_check_domain_is_ready_for_ACME-for-sub-subdomain

[fix] renew cert for sub subdomain
This commit is contained in:
Alexandre Aubin 2024-05-18 14:20:28 +02:00 committed by GitHub
commit c2c27a01fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -789,7 +789,7 @@ def _check_domain_is_ready_for_ACME(domain):
or {}
)
parent_domain = _get_parent_domain_of(domain, return_self=True)
parent_domain = _get_parent_domain_of(domain, return_self=True, topest=True)
dnsrecords = (
Diagnoser.get_cached_report(