⭐ ⭐ ⭐ ⭐ ⭐ Business Email: [email protected] ⭐ ⭐ ⭐ ⭐ ⭐
Secure Node JS server using mTLS protocol and Create Node JS client to send a request to secure server and validate the server certificate, certificate signature, CN etc...
⭐ ⭐ ⭐ ⭐ ⭐ Best Books for JavaScript: ⭐ ⭐ ⭐ ⭐ ⭐
- Best JavaScript Book: https://amzn.to/3uvj37S
- Best Book For Practise Projects: https://amzn.to/3uAqqv4
- Best book for JavaScript Design Pattern: https://amzn.to/3dQZAI6
- Angular Design Patterns: https://amzn.to/2PLxYMw
- NodeJS Design Patterns: https://amzn.to/3t45Qmp
⭐ ⭐ ⭐ ⭐ ⭐ ⭐ My Gear ⭐ ⭐ ⭐ ⭐ ⭐ ⭐
Camera: https://amzn.to/3dR3Kjp
Mic: https://amzn.to/3mysMaX
Monitor: https://amzn.to/3d0XaHD
OpenSSL Guide: https://gist.github.com/awaismirza/37...
SourceCode:
****************************************************
Connect With Me:
Twitter: / awaismirza01
Facebook: / awaismirza01
00:00 - Introduction
00:17 - What is TLS
00:41 - What is mTLS?
01:01 - Public/Private Key
01:53 - Understanding mTLS
02:20 - Project Setup
02:34 - Node JS mTLS Server
02:53 - Creating Server
03:21 - TLS Server Config
03:44 - Generating Key/Certificate pair
05:32 - Running TLS Server
07:31 - Creating Node JS Client
12:24 - Testing Secure Server
15:03 - Node JS Client