Delete all certificates on PC - iOS Packaging

I know how to delete the provisioning profiles, but where are the certificates saved after you import them? How do we remove them or delete any reference to them in the project?

,

You should be able to delete the certificates manually by going to: LocalDisk/Users/yourname/AppData/Local/AppleComputer/MobileDevice/ProvisioningProfiles

Thanks!

1 Like

Those appear to be the provisioning profiles. Not the certificates. How do I find and delete any reference to the certificates, or the certificates themselves on the PC?

If for any reason you need to remove your certificates, you can do the following:

  • Open Command Prompt
  • Type in ‘Certmgr’
  • Hit ‘Enter’
  • Click on ‘Personal’ > ‘Certificates’

You should then see your certificates and be able to delete them if need be.

Thanks!

2 Likes

To be more specific:
It’s opening windows command line (Win+R), input “certmgr.msc”.
At least it works on win10.
the certifications located in “Certificates->Personal->Certificates” in certmgr panel

thanks!

I found them under “Other People” folder instead of “Personal” folder.