Generate certificates for WindowsPhone Configuration
How to create certificates for Authenticated Windows Phone notifications? Does Pushwoosh has a document to point to the right place?
-
This documentation comes from Microsoft. It is a bit complicated. Basically you should get simple SSL certificate but only from the list of MS supported Authorities.
Here is more info:
http://msdn.microsoft.com/en-us/library/windows/apps/ff941099(v=vs.105).aspx -
According this link I need set common name in cert to channel service name. I found more info about this:
When creating an HttpNotificationChannel, titles should use the fully qualified domain name (FQDN) as the service name. For authenticated notifications, this FQDN must match the registered certificate's subject name (the CN attribute), for example, www.contoso.com. For more information about authenticated notifications, see: Push Notifications (Windows Phone).
What is fully qualified domain name of pushwoosh?
Please sign in to leave a comment.
Comments
2 comments