Implement certmagic.Storage on cluster

This commit is contained in:
Ingo Oppermann
2023-06-23 21:00:45 +02:00
parent fc49c97a9f
commit f37896a1e3
7 changed files with 730 additions and 9 deletions

View File

@@ -473,7 +473,7 @@ func (a *api) start() error {
})
}
cluster, err := cluster.New(cluster.ClusterConfig{
cluster, err := cluster.New(cluster.Config{
ID: cfg.ID,
Name: cfg.Name,
Path: filepath.Join(cfg.DB.Dir, "cluster"),