Windows 10 2004 introduced new API to provision WLAN (Wi-Fi) profiles https://docs.microsoft.com/en-us/windows/win32/nativewifi/prov-wifi-profile-via-website
Previously were was a proprietary API available only in Internet Explorer https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/dn529170(v=vs.85)
New API from Windows 10 2004 works fine with profiles that uses username + password credentials.
I want to provision a profile that uses EAP-TLS, it should work, there are examples of such profiles. But it seems a user certificate has to be installed manually by a user. I.e. there is no way to embed or install user certificate together with WLAN profile using this API https://docs.microsoft.com/en-us/windows/win32/nativewifi/prov-wifi-profile-via-website
Can somebody confirm it, or point me to the documentation of how to do it?