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-04 14:07:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5ecd87860799e9a07db40ae40c1daf31a100186f
5ecd8786
1 parent
4fe1d655
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app.js
app.js
View file @
5ecd878
...
...
@@ -10,6 +10,7 @@ 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