asp.net core 2.0 Preview 1
I created a plain vanilla app using the VS2017.3 template (selecting username/pwd authn).
After a long work configurating the https stuff, on a Linux ARM device I get this error:
System.PlatformNotSupportedException: The FriendlyName value cannot be set on Unix.
I believe the problem is just a wrong option passed to openssl.
I will try to workaround the problem by manually crafting the certificate from bash.