mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
get the root domain instead of his closest parent
This commit is contained in:
parent
1f52c46c9b
commit
552507007a
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