Skip to content

localsend/mtls-example

Repository files navigation

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

About

Simple mTLS example with NodeJS and curl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published