Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
은승우
2019-12-05 01:42:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
351a6db294f88d04a6eeb517d2b9db8083f8165e
351a6db2
1 parent
bba221e6
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app.js
app.js
View file @
351a6db
...
...
@@ -9,6 +9,8 @@ var http=require('http');
var
fs
=
require
(
"fs"
);
var
httpsOptions
=
{
hostname
:
'oss.chatbot.bu.to'
,
ca
:
fs
.
readFileSync
(
'/etc/letsencrypt/live/oss.chatbot.bu.to/fullchain.pem'
),
key
:
fs
.
readFileSync
(
'/etc/letsencrypt/live/oss.chatbot.bu.to/privkey.pem'
),
cert
:
fs
.
readFileSync
(
'/etc/letsencrypt/live/oss.chatbot.bu.to/cert.pem'
)
};
...
...
Please
register
or
login
to post a comment