- ASP.Net Core 7.0 with HTTPS
- Haproxy with ssl-passthrough
- Docker to contanarized the project
- Docker compose to execute everything
- K6 to load test the aplication
- mkcert to create self sign certificate
mkcert -pkcs12 local.host.dev localhost 127.0.0.1
## p12 password is changeit
mv .\local.host.dev+2.p12 .\aspnetapp1.pfx