An open API service indexing awesome lists of open source software.

https://github.com/hatoo/mtls-example


https://github.com/hatoo/mtls-example

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

```bash
❯ cargo run
https listening on 127.0.0.1:3443
curl --cacert server.crt --cert client.crt --key client.key https://localhost:3443
```