From 7d33fcfaf90e4cea4ea5b650590aacabce517479 Mon Sep 17 00:00:00 2001 From: Shoyuf Date: Tue, 26 May 2026 11:31:35 +0800 Subject: [PATCH] Update keyFile to key in cert configuration --- docs/config/cert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/cert.md b/docs/config/cert.md index 6dd55a2e..e9508e31 100644 --- a/docs/config/cert.md +++ b/docs/config/cert.md @@ -17,7 +17,7 @@ title: 自定义根证书 ```yaml cert: file: "C:/path/to/mycert.pem" - keyFile: "C:/path/to/mykey.pem" + key: "C:/path/to/mykey.pem" name: "MyProxyCA" ```