localsend/mtls-example

Simple mTLS example with NodeJS and curl

5

stars

1

commits

JavaScript

primary language

Apr 21, 2023

updated

README

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

Contributors

Tienisto

1 commits

localsend/mtls-example

Simple mTLS example with NodeJS and curl

5

stars

1

commits

JavaScript

primary language

Apr 21, 2023

updated

README

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

Contributors

Tienisto

1 commits

Languages

JavaScript

100.0%