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