From 282abf14abec1315d81964ad589b80c35427be2a Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 27 Oct 2019 13:00:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E5=9B=9E=20server.vic.yuanjin.net=20?= =?UTF-8?q?=E7=9A=84=20ssl=20=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ConfigCustom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ConfigCustom.js b/ConfigCustom.js index cc4072b..28f9556 100644 --- a/ConfigCustom.js +++ b/ConfigCustom.js @@ -1,6 +1,6 @@ module.exports={ sslType: 'file', - sslKey: '/etc/letsencrypt/live/server4test.vic.yuanjin.net/privkey.pem', // ssl key file, - sslCert: '/etc/letsencrypt/live/server4test.vic.yuanjin.net/fullchain.pem', // ssl cert file, - sslCA: '/etc/letsencrypt/live/server4test.vic.yuanjin.net/bundle.pem', // ssl ca file, + sslKey: '/etc/letsencrypt/live/server.vic.yuanjin.net/privkey.pem', // ssl key file, + sslCert: '/etc/letsencrypt/live/server.vic.yuanjin.net/fullchain.pem', // ssl cert file, + sslCA: '/etc/letsencrypt/live/server.vic.yuanjin.net/bundle.pem', // ssl ca file, } \ No newline at end of file