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.

openssl fails to produce a pfx with a valid alias

I am trying to generate a pfx file to use as a signing mechanism for some JAR files as per …

openssl certificate keytool pfx jarsigner
Why would you use a ".pfx" file in .NET

What is the ".pfx" extension used for in .NET? Why does it ask for a password when the solution is …

.net pfx
Store X509 Certificate in database

In order to access to the web service I need a certificate. I generated my certs: openssl genrsa 1024 > private.…

c# .net certificate x509certificate pfx
mac verify failure using Node with ssl certificate

as specified in the Node api doc I tried the first one with a self created and signed cert using …

node.js ssl https pfx
certificates with SDK tools (makecert, pvk2pfx)

I need to make two certificates: CA sert and Server cert. I use this commands. makecert -r -pe -n "CN=…

certificate pfx makecert
How to check expiry date of pfx file?

How should I check the expiry date of pfx file? Can this be done in Visual Studio?

visual-studio pfx
How to sign a JAR file using a .PFX file

We sign our .net code with a .PFX cert file. A colleague now needs to use the the same cert …

certificate code-signing pfx jar-signing
How to trust a certificate in Windows Powershell

I am using Windows 7, and want to run signed scripts from Powershell, the security-settings of Powershell are set to "all-signed", …

powershell certificate signed pfx trusted
Setting private key permissions with PowerShell

I have a PowerShell script that installs pfx certificate into the LocalMachine certificate store. The function looks like this: function …

powershell permissions pfx
I'm using .pfx certification in my node.js https server and I can't use 'passphrase' in option

I'm currently making an web application with node.js and https. So I try to use my .pfx(I got …

node.js ssl https pfx