Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TBleess authored Jan 6, 2025
1 parent 2c0d4a5 commit e804747
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 @@ -33,9 +33,9 @@ http.createServer(http_app).listen(HTTP_PORT).on('listening', function() {

var sslobj={
port: 443,
key: 'ssl/docker/privkey36.pem',
cert: 'ssl/docker/fullchain36.pem',
ca: 'ssl/docker/chain35.pem',
key: 'ssl/docker/privkey37.pem',
cert: 'ssl/docker/fullchain37.pem',
ca: 'ssl/docker/chain36.pem',
secureOptions: constants.SSL_OP_NO_TLSv1 | constants.SSL_OP_NO_TLSv1_1
};

Expand Down

0 comments on commit e804747

Please sign in to comment.