This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Description
Today Kestrel first tries to load the default development certificate and assign that to all new HttpsConnectionAdapterOptions.ServerCertificate.
This shows up as a measurable % of startup time. It also causes log noise.
It also causes additional complexities with the new SNI support were the cert and the cert selector are mutually exclusive. This may need to get refactored as part of #2357