Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 341 Bytes

mTLS Debugging

Simple mTLS example with NodeJS and curl.

In this example, there are no external authorities.

It follows the "Trust on First Use" principle.

Getting Started

Run the server:

node main.js

Make a request with curl:

curl --cert client-cert.pem --key client-key.pem -k https://localhost:3000