How to configure Kestrel for HTTPS outside of the app’s distributables?
I keep seeing people put HTTPS config including urls and certificate paths inside program.cs
. I get that I wouldn’t have to leave the actual string literals in there and could pull them from somewhere else, but it still strikes me as an odd place to do this.