File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ echo <p>finish</p>;
168
168
169
169
描述:手动指定证书文件
170
170
171
- 参数:** ssl_certificate** file.crt(只支持相对路径,后期完善)
171
+ 参数:** ssl_certificate** file.crt
172
172
173
173
例子:
174
174
175
175
``` bash
176
176
example.com => {
177
- ssl_certificate /user/root/.hiproxy/cert/example.crt;
177
+ ssl_certificate /user/root/.hiproxy/cert/example.crt;
178
178
}
179
179
180
180
```
@@ -183,13 +183,13 @@ example.com => {
183
183
184
184
描述:手动指定私钥文件
185
185
186
- 参数:** ssl_certificate_key** file.key(只支持相对路径,后期完善)
186
+ 参数:** ssl_certificate_key** file.key
187
187
188
188
例子:
189
189
190
190
``` bash
191
191
example.com => {
192
- ssl_certificate_key /user/root/.hiproxy/cert/example.key;
192
+ ssl_certificate_key /user/root/.hiproxy/cert/example.key;
193
193
}
194
194
195
195
```
You can’t perform that action at this time.
0 commit comments