Top "Pfx" questions

pfx is a file format containing public key together with the private key for encryption and chain of trust certificates attached to the public key if such a chain exists.

pvk2pfx.exe - can not find

Could tell me where to find the file pvk2pfx.exe? It is supposed to be located in <programfile&…

visual-studio pfx
classic producer consumer pattern using blockingcollection and tasks .net 4 TPL

Please see below pseudo code //Single or multiple Producers produce using below method void Produce(object itemToQueue) { concurrentQueue.enqueue(itemToQueue); …

c# multithreading scheduled-tasks task-parallel-library pfx
How to import a pfx using certutil without prompt?

I want to import a pfx using cmd. I am using certutils for that. But I am getting a prompt …

windows pfx certutil
Importing key file "filename.pfx" was canceled.

I downloaded a open source project and was trying to open it in VS 2010. It contained the .pfx file which …

signing pfx
How to get exponent and modulus value of RSA public key from pfx file/pem file in java

I want to extract information about RSA Public Key from the pfx file using java. I have a pfx file …

java security openssl keystore pfx
Installing pfx SSL certificate in tomcat 8.5 on windows

I have wild card pfx certificate with its Intermediate certificate in p7b/crt format. Those certificate are installed on …

java windows tomcat openssl pfx
Joining GoDaddy-issued .spc and .key files into a complete .pfx / .cer certificate

I have a GoDaddy-issued code signing certificate in a .spc file. Also, I have a private key in .key file. …

certificate key code-signing pfx spc
How to create a snk from pfx / cer?

Microsoft seems to have created a certification jungle, that is hard to understand. Microsoft X.509 certificate (.cer) Personal Information Exchange (.…

c# .net x509certificate pfx snk
Signing assemblies with strong name using pfx and visual studio

So here is the problem: We have decided to buy a code signing certificate, we bought one from Godaddy which …

visual-studio visual-studio-2013 strongname pfx
How to extract certificate from .p12 (PFX) file using KEYTOOL commands

I want to extract certificate from a .p12 file. I can't use openssl as it is not allowed in my …

ssl certificate keytool pfx