nodejs ssl,tls configuration using openssl

preview_player
Показать описание
The tls module uses OpenSSL to provide Transport Layer Security and/or Secure Socket Layer: encrypted stream communication.

Use require('tls') to access this module.

var tls = require('tls');
var fs = require('fs');

var options = {
}

{
}).listen(8000);
Рекомендации по теме
Комментарии
Автор

but i wanna run my localhost because now i m not able to access my localhost. i have given CommanName: localhost in csr.pem file

lwcdevelopers
Автор

above vedio is woking fine . i have done this

lwcdevelopers
Автор

can you please tell how to run my localhost on the browser because the server is running on localhost:8080 but on the browser I m not able to access localhost :8080

lwcdevelopers
Автор

#nodejs   #ssl   #sslcertificate   #tutorial   #PKI  

nodejs tls configuration using openssl

zarigatongy