Skip to content

Commit

Permalink
Update index.js SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
TBleess committed Nov 6, 2023
1 parent dcfa0cc commit f5cc707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ http.createServer(http_app).listen(HTTP_PORT).on('listening', function() {

var sslobj={
port: 443,
key: 'ssl/docker/privkey25.pem',
cert: 'ssl/docker/fullchain25.pem',
ca: 'ssl/docker/chain25.pem',
key: 'ssl/docker/privkey26.pem',
cert: 'ssl/docker/fullchain26.pem',
ca: 'ssl/docker/chain26.pem',
secureOptions: constants.SSL_OP_NO_TLSv1 | constants.SSL_OP_NO_TLSv1_1
};

Expand Down

0 comments on commit f5cc707

Please sign in to comment.