TestSSL
This commit is contained in:
parent
6357cfdccb
commit
309d2d6924
11
app.js
11
app.js
|
|
@ -1900,15 +1900,12 @@ http.createServer(app).listen(80);*/
|
|||
employee.tcpClose();
|
||||
})*/
|
||||
// Binding the event to the eventhandler
|
||||
|
||||
/*
|
||||
app.listen(80,function functionName() {
|
||||
console.log('Server elindult a 80-es porton.');
|
||||
/* getLastWorkNumber(function(err,wk){
|
||||
sql.sqlGetnewWork(wk,function(err){
|
||||
|
||||
})
|
||||
})*/
|
||||
});
|
||||
|
||||
});*/
|
||||
module.exports = app;
|
||||
/*
|
||||
server.listen(80,function functionName() {
|
||||
console.log('Server elindult a 80-es porton.');
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"subject": "iotechnic.eu",
|
||||
"altnames": [
|
||||
"iotechnic.eu",
|
||||
"iotechnic.eu",
|
||||
"www.iotechnic.eu"
|
||||
],
|
||||
"renewAt": 1
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
{
|
||||
"subject": "iotechnic.eu",
|
||||
"altnames": [
|
||||
"localhost",
|
||||
"iotechnic.eu",
|
||||
"www.iotechnic.eu"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue