mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
getCertsPath should use getConfigPath instead of defaulting to users homedir. (#2039)
Fixes #2028
This commit is contained in:
committed by
Harshavardhana
parent
57bc08cc7e
commit
812554087f
+1
-1
@@ -27,7 +27,7 @@ const (
|
||||
const (
|
||||
globalMinioConfigVersion = "4"
|
||||
globalMinioConfigDir = ".minio"
|
||||
globalMinioCertsDir = ".minio/certs"
|
||||
globalMinioCertsDir = "certs"
|
||||
globalMinioCertFile = "public.crt"
|
||||
globalMinioKeyFile = "private.key"
|
||||
globalMinioConfigFile = "config.json"
|
||||
|
||||
Reference in New Issue
Block a user