feat(server): boot mechanism

This commit is contained in:
hdbg
2026-02-14 23:44:37 +01:00
parent a6c849f268
commit 8263bc6b6f
6 changed files with 81 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ fn generate_cert(key: &KeyPair) -> Result<Certificate, rcgen::Error> {
}
// TODO: Implement cert rotation
pub(crate) struct TlsManager {
pub struct TlsManager {
data: TlsData,
}