mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
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:
commit
c2c27a01fc
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ def _check_domain_is_ready_for_ACME(domain):
|
||||||
or {}
|
or {}
|
||||||
)
|
)
|
||||||
|
|
||||||
parent_domain = _get_parent_domain_of(domain, return_self=True)
|
parent_domain = _get_parent_domain_of(domain, return_self=True, topest=True)
|
||||||
|
|
||||||
dnsrecords = (
|
dnsrecords = (
|
||||||
Diagnoser.get_cached_report(
|
Diagnoser.get_cached_report(
|
||||||
|
|
Loading…
Add table
Reference in a new issue