I need to export a .pfx
format certificate (from windows mmc) to .p12 to use in another application. I cant find a way to do this. Can anyone suggest a method?
.p12
and .pfx
are both PKCS #12 files. Am I missing something?
Have you tried renaming the exported .pfx
file to have a .p12
extension?