Merge branch 'main' into issue115

This commit is contained in:
6543 2022-11-12 21:05:19 +01:00
commit 1d5801e18b
No known key found for this signature in database
GPG Key ID: C99B82E40B027BAE

View File

@ -110,7 +110,6 @@ func Serve(ctx *cli.Context) error {
return fmt.Errorf("couldn't create listener: %v", err)
}
// TODO: make
// TODO: make "key-database.pogreb" set via flag
certDB, err := database.New("key-database.pogreb")
if err != nil {