Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Last active November 28, 2017 15:22
Show Gist options
  • Save igorkulman/24cb76710fc7d6c9f2cb to your computer and use it in GitHub Desktop.
Save igorkulman/24cb76710fc7d6c9f2cb to your computer and use it in GitHub Desktop.
%ProgramFiles(x86)%\Microsoft SDKs\Windows Phone\v8.0\Tools\AETGenerator\AETGenerator.exe PFXFile Password
openssl pkcs12 -in mycert.pfx -out tmpmycert.pem -nodes
openssl pkcs12 -export -out mycert2.pfx -in tmpmycert.pem
del tmpmycert.pem
powershell.exe -File "%ProgramFiles(x86)%\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\BuildMDILXap.ps1" -xapfilename "your.xap" –pfxfilename "cert.pfx" -password yourpassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment