https://github.com/hatoo/mtls-example
https://github.com/hatoo/mtls-example
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hatoo/mtls-example
- Owner: hatoo
- Created: 2025-02-08T06:31:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-08T06:33:53.000Z (over 1 year ago)
- Last Synced: 2025-07-03T22:46:15.678Z (about 1 year 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
```