In the past, I would register the SSL cert of my application by running:
netsh http add sslcert ipport=1.2.3.4:443 certhash=a4e9de3a1610ec4eae82fa81444061b8 appid={8792bd09737f8b48991bfce5c15f3700}
Where the "appid" GUID came from the "assembly: Guid" attribute in AssemblyInfo.cs. But with the new .Net Core applications, there is no AssemblyInfo.cs, so where do I get this appid from?