How can i run Blazor WebAssembly (client side) locally with a custom domain in https if i have a pfx certificate?
In Blazor ServerSide its easy to setup, because like a normal asp.net core application, because we have the IHostBuilder, and there we can set the https certificate path.
But what about Blazor WebAssembly ClientSide?