certificate overhaul

This commit is contained in:
2023-03-25 15:06:58 -05:00
parent c7fef651b2
commit 42e154c6ab
18 changed files with 406 additions and 166 deletions

View File

@@ -29,7 +29,7 @@ func main() {
// initialize application configuration
cfg = config.Init()
go httpServer()
go httpServer(&cfg)
forever()
}