diff --git a/src/ui/api/systeminfo.go b/src/ui/api/systeminfo.go index 8c8d4fadc..0310409e2 100644 --- a/src/ui/api/systeminfo.go +++ b/src/ui/api/systeminfo.go @@ -19,7 +19,7 @@ type SystemInfoAPI struct { } const harborStoragePath = "/harbor_storage" -const defaultRootCert = "/harbor_storage/ca-download-dir/ca.crt" +const defaultRootCert = "/harbor_storage/ca_download/ca.crt" //SystemInfo models for system info. type SystemInfo struct { diff --git a/src/ui/controllers/base.go b/src/ui/controllers/base.go index 2a891ba03..165136a1f 100644 --- a/src/ui/controllers/base.go +++ b/src/ui/controllers/base.go @@ -34,7 +34,7 @@ const ( viewPath = "sections" prefixNg = "" defaultLang = "en-US" - defaultRootCert = "/harbor_storage/ca-download-dir/ca.crt" + defaultRootCert = "/harbor_storage/ca_download/ca.crt" ) var supportLanguages map[string]langType