Can I publish the StoreKey.pfx of an UWP application
问题 I have an open source windows store application (UWP). When I associate the application with the store a Package.StoreAssociation.xml and a <AppName>_StoreKey.pfx is created along with some modifications to my Package.appxmanifest (Identity Tag; Name and Publisher Attributes). Can I commit that information to a public git repository (the certificate must be in the repository because I want to build the package with AppVeyor)? Should I encrypt it? Could I revoke the certificate if it leaked?