mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 08:27:08 +08:00
Allow to acquire certificates in multi-node cluster
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user