mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
letsencrypt: Add lineage information in status
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
965f7101f6
commit
c042ff5a2e
@ -134,7 +134,9 @@ def get_status():
|
||||
'web_enabled':
|
||||
action_utils.webserver_is_enabled(domain, kind='site'),
|
||||
'validity':
|
||||
get_validity_status(domain)
|
||||
get_validity_status(domain),
|
||||
'lineage':
|
||||
str(pathlib.Path(le.LIVE_DIRECTORY) / domain)
|
||||
}
|
||||
return domain_status
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user