getCertsPath should use getConfigPath instead of defaulting to users homedir. (#2039)

Fixes #2028
This commit is contained in:
Danilo Pereira
2016-06-30 19:49:18 -03:00
committed by Harshavardhana
parent 57bc08cc7e
commit 812554087f
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const (
const (
globalMinioConfigVersion = "4"
globalMinioConfigDir = ".minio"
globalMinioCertsDir = ".minio/certs"
globalMinioCertsDir = "certs"
globalMinioCertFile = "public.crt"
globalMinioKeyFile = "private.key"
globalMinioConfigFile = "config.json"