Removal of server/ssl-config.js

pull/12555/head
PRASHANT SHUKLA 2017-01-16 23:53:46 +05:30
parent 9d438d2d7c
commit d35e050cbe
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
/**
* Created by nathanleniz on 6/16/15.
*/
var path = require('path');
var fs = require('fs');
if (process.env.NODE_ENV === 'production') {
exports.privateKey =
fs.readFileSync(path.join(__dirname,
'../../private/privatekey.pem'));
exports.certificate =
fs.readFileSync(path.join(__dirname,
'../../private/certificate.pem'));
}