feat(tls): implement TLS certificate management and rotation

This commit is contained in:
2026-02-16 15:57:00 +01:00
committed by hdbg
parent 9f33277a4f
commit f108e64d13
24 changed files with 1866 additions and 308 deletions

View File

@@ -15,6 +15,8 @@ kameo.workspace = true
prost-types.workspace = true
[build-dependencies]
prost-build = "0.14.3"
serde_json = "1"
tonic-prost-build = "0.14.3"