作者 陈志颖

fix:更新证书地址

@@ -5,8 +5,8 @@ httpport = "${HTTP_PORT||8082}" @@ -5,8 +5,8 @@ httpport = "${HTTP_PORT||8082}"
5 #开启https 5 #开启https
6 EnableHTTPS = true 6 EnableHTTPS = true
7 HTTPSPort = "443" 7 HTTPSPort = "443"
8 -HTTPSCertFile = "conf/_.fjmaimaimai.com_bundle.crt"  
9 -HTTPSKeyFile = "conf/_.fjmaimaimai.com.key" 8 +HTTPSCertFile = "conf/fjmaimaimai.com_pem.crt"
  9 +HTTPSKeyFile = "conf/fjmaimaimai.com_rsa.key"
10 10
11 #开启监控 11 #开启监控
12 EnableAdmin = false 12 EnableAdmin = false