https://github.com/hatoo/mtls-example
https://github.com/hatoo/mtls-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hatoo/mtls-example
- Owner: hatoo
- Created: 2025-02-08T06:31:28.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-08T06:33:53.000Z (11 months ago)
- Last Synced: 2025-07-03T22:46:15.678Z (7 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```