From bc7017f57eaf1a27b0013cc5fa794815076631c8 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 29 May 2017 22:39:18 +0800 Subject: [PATCH] Update README-CN.md --- lets-encrypt/README-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lets-encrypt/README-CN.md b/lets-encrypt/README-CN.md index 7cad213..1f2649e 100644 --- a/lets-encrypt/README-CN.md +++ b/lets-encrypt/README-CN.md @@ -47,7 +47,7 @@ DOMAINS="DNS:example.com,DNS:whatever.example.com" **在 nginx 里添加 ssl 相关的配置** ssl_certificate /path/to/cert/example.chained.crt; - ssl_certificate_key /path/to/cert/example.key; + ssl_certificate_key /path/to/cert/example.com.key; **cron 定时任务**