feat: certificate manager

This commit is contained in:
2026-04-12 18:05:20 +02:00
parent 5bb9725000
commit ef92d95115
9 changed files with 198 additions and 14 deletions
+3
View File
@@ -19,6 +19,9 @@ class Registry:
for path in self.data_dir.list_paths():
self.add(path)
def get_hosts(self) -> list[str]:
return [p.host for p in self.pages.values() if p.host is not None]
def add(self, path: str) -> None:
self.pages[path] = page.Page(
path,