working commit

This commit is contained in:
2026-06-07 15:06:37 +02:00
parent 52dd2cef20
commit c656b562d8
17 changed files with 291 additions and 85 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ func (srv *Server) Configure() error {
if err != nil {
return err
}
srv.sfile = filepath.Join(srv.conf.DataDir, "certmanager.yaml")
srv.sfile = filepath.Join(srv.conf.DataDir, "mbase.yaml")
return err
}