Allow to acquire certificates in multi-node cluster

This commit is contained in:
Ingo Oppermann
2023-06-29 21:15:04 +02:00
parent 2b58c11bb1
commit 6e156d0f3a
13 changed files with 899 additions and 224 deletions

View File

@@ -17,7 +17,7 @@ func setupStorage() (certmagic.Storage, error) {
return nil, err
}
return NewClusterStorage(kvs, "some_prefix")
return NewClusterStorage(kvs, "some_prefix", nil)
}
func TestStorageStore(t *testing.T) {