Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b24af7b

Browse files
authoredJun 25, 2024
Optimize background certificate filling prompts
Optimize background certificate filling prompts
1 parent 228653c commit b24af7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎web/service/setting.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ var defaultValueMap = map[string]string{
2828
"webListen": "",
2929
"webDomain": "",
3030
"webPort": "2053",
31-
"webCertFile": "/root/.acme.sh/域名_ecc/域名.cer",
32-
"webKeyFile": "/root/.acme.sh/域名_ecc/域名.key",
31+
"webCertFile": "/root/.acme.sh/xxx_ecc/xxx.cer",
32+
"webKeyFile": "/root/.acme.sh/xxx_ecc/xxx.key",
3333
"secret": random.Seq(32),
3434
"webBasePath": "/",
3535
"sessionMaxAge": "0",

0 commit comments

Comments
 (0)
Please sign in to comment.