pfx is a file format containing public key together with the private key for encription and chain of trust certificates attached to the public key if such a chain exists. Pfx files are protected by a password to access.
0
votes
0answers
17 views
Send email SMTP with PFX certificate
I'd like to use System.Net.Mail.SmtpClient class to send emails automatically with attachments. Additionally I need to sign the mails with a certificate. I got a PFX file which I can import in my x509 ...
0
votes
1answer
44 views
openssl equivalent command in ruby
I have to convert certificate file(pem format) into pfx using private key. The command perfectly works in linux is
openssl pkcs12 -export -out certificate1.pfx -inkey myPrivateKey.key -in myCert.pem
...
1
vote
1answer
43 views
Get the X509 data from a PFX certificate using CryptoAPI
Good day. Stackoverflow has helped me many times before, but I am a bit stuck on this one and hope that someone can give me some pointers.
Background: I need to pass X509 data of a certificate to ...
0
votes
0answers
16 views
OpenSSL create pfx from scratch, no input prompt
I'm trying to make a pfx file containing the Windows Store Developperaccount.
Since I want to created it without a gui i can't use MakeCert.exe.
So I need OpenSSL. I also don't wanna be prompt ...
0
votes
0answers
43 views
Strong Key protection error while creating digital certificate
I am using this code to create pfx:
public static void createpfx(string password)
{
// create DN for subject
var dnsubject = new CX500DistinguishedName();
...
0
votes
1answer
119 views
Why I get “The specified PFX password is not correct” when trying to sign application with signtool?
I followed this link
to sign my exe application.
I installed SDK tool on Windows 7,
run C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin>makecert.exe -sv App-O.pvk -n "CN=MY DIGITAL KEY" ...
1
vote
0answers
98 views
Steps to get Code Signing Certificate
We use certificate to sign ActiveX in our product.
Usually client sent me spc and pvk files and password for private key.
I used spc and pvk files to generate pfx file and sign ActiveX using this pfx ...
-2
votes
1answer
145 views
throw new Error('Missing PFX or certificate + private key')
I have previously developed a module in node.js and after complete testing put it in git hub. Now i downloaded the zipped version of same module from githup and tried to run the module, installed all ...
0
votes
1answer
74 views
Convert java keystore to PFX through java programming
I need to support the same functionality of Keytool.exe to convert java keystore to PFX file through programming by using KeyTool class. I cant use command prompt process from my application due to ...
1
vote
2answers
49 views
Turn off logging pfx passwords in Azure Operation Log
In "Operation Log" on Windows Azure Management Portal I've seen operation "AddCertificates". In details I can see pfx certificate in base64 format and password in plain text.
I think that it is not ...
0
votes
1answer
564 views
Converting pfx to pem using openssl
I have client_ssl.pfx file generate from X509 Certificate Generator.
How to get root.pem and client_ssl.pem from client_ssl.pfx using openssl ?
0
votes
1answer
470 views
Cannot import the following key file error when importing pfx
I researched this question thoroughly on stackoverflow and I have seen numerous answers but none of them have worked for us yet. We recently bought a code signing certificate from comodo that we are ...
0
votes
2answers
122 views
An error occurred while signing: Unknown error “-2147012894”
I have .pfx certificate bought from https://www.globalsign.co.uk/. I've signed the ClickOnce manifest of my VSTO (Excel Add-In project type in Visual Studio) project with it and everything worked. ...
0
votes
0answers
45 views
how to create pfx that does not require password
I have seen that some pfx doesn't require password when signing binaries.
I believe we are doing this so that we can test sign our binaries in the lab and we don't really care about password.
How do ...
0
votes
1answer
284 views
Certificate issue: KEY or PFX from P7B and CRT
I'm new to the certificates, and this is a first time I bought it.
I generated CSR file (in IIS) and bought certificate using GoDaddy web site. They sent me two files: P7B and CRT. Since I will use ...
0
votes
0answers
77 views
Error Converting from jks to p12
I've seen proposed solutions to my problem on Stack over flow but none of them are working for me. I have a ssl certificate issued from goDaddy that I created to be used with apache. I need to ...
0
votes
0answers
102 views
Installing certificate with admin to other user's Personal location
I'm trying to install PFX certificate on some user's account while logged as the admin.
When doing certutil -p Pass123 -v -f -importPFX trustme.pfx I'm able to add the certificate to the admin's ...
0
votes
1answer
137 views
I have a pfx file can I create a certificate witha private key from that
I am a little confused on all this certificate stuff. I want to create a certificate with a private key (exportable if possible). How do I do that. I already have a .pfx file. Can I use that to ...
1
vote
1answer
127 views
VB6 and .PFX Code Signing
My boss has procured a certificate from Comodo and I've been breaking myself against walls of text trying to find the solution to the problem of getting the certificate into a VB6 application. The ...
0
votes
1answer
63 views
Creating a ClickOnce Certificate from Issuer Authority Certificate
It's been a while since I've had to do this. What I am trying to do is create a certificate from my Issuer Authority certificate that I purchased so that I can use it in a ClickOnce application.
I ...
0
votes
1answer
300 views
How do I view PFX file information in a visual manner?
I have a PFX file on my drive. I want to see the certificate chain for it. How do I see this? I am asking for a visual tool since I'm sure this won't be the last time I need to view certificate ...
0
votes
1answer
2k views
PFX to JKS keytool conversion: Alias <*> does not exist
I'm trying to convert x.PFX file to x.JKS file using keytool but I am getting following error:
keytool error: java.lang.Exception: Alias <2> does not exist
Actions that preceded this error ...
1
vote
1answer
220 views
ClickOnce certificates no longer work, but not expired
I've been using the same system for creating long-term certificates from a VS.NET 2008/2010 command prompt for several years. However, as of this morning (and possibly earlier), all of my publish ...
2
votes
0answers
179 views
What is the significance of the temporary key file in an add-in project?
When I create a new add-in to Outlook using VS10 (and most likely even other version as well), I see that the IDE has created a file for me: OutlookAddIn1_TemporaryKey.pfx.
It's openable with Crypto ...
0
votes
1answer
615 views
how to password protect the digitally signed pdf using iTextSharp?
I m creating and signing pdf using c#,itextsharp.Now i m using this code for password protection and digital sign.First i am protecting with password.Than i am signing.
the transmitted pdf is not ...
0
votes
2answers
598 views
Digital signature with itextsharp
Can someone explain the following code..
What will that return statement do.
public byte[] sign(string text)
{
string password = "1234";
X509Certificate2 cert = new ...
0
votes
2answers
469 views
how to load password protected certificates from the X509Store?
I am building an ACS protected Azure WCF service that will require clients to authenticate via a certificate.
I would like the client (and the server) to load their respective password certs from ...
2
votes
1answer
401 views
How to manually set password for MSBuild sign target?
We are building an Outlook plugin in C#. It is built without problems in VS and signed with a temporary pfx certificate. We want to put the build process in Jenkins and have it run automatically.
We ...
0
votes
0answers
135 views
SignTool return “File not found:” without name
I develop driver for my program and want to sing it. Previous developer made a bat file for it. But it can't work. Here is the content of this file:
SignTool sign /v /ac "MSCV-GlobalSign.cer" /s ...
1
vote
0answers
194 views
Connect to a secure web-service using Python, SOAP and a .pfx Certificate?
I need to connect to a secure web-service (https://www.nfe.fazenda.gov.br/NFeConsultaDest/NFeConsultaDest.asmx) using a .pfx certificate. I already tried every single example and python library I ...
0
votes
1answer
369 views
Renew pfx file certificate
I have bundled a pfx certificate within an application for a user, however now it appears that the certificate has been expired.
Is there anyway for me to renew the certificate on my side (server) ...
0
votes
0answers
143 views
Apache as client with pkcs12 certificate where Server does client authentication
Can we make Apache act as client with p12 certificate which can connect to a Server which does client authentication?
Instead of this setup:
Jboss (keystore with p12 certificate) -> Server(client ...
1
vote
0answers
432 views
Generating PFX from CSR
I have created Certificate Signing Request (CSR) now i have to send it to Certificate Authority (CA) so that it can sign it and return me a .PFX certificate. I don't want to use makecert.exe or ...
0
votes
0answers
154 views
How to extract the private key from .PFX certificate file using android 2.3.3 programmatically?
I have the pfx certificate file can I extract the private key from this certificate file? If yes then how can i do it programmatically using android 2.3.3.
0
votes
0answers
357 views
How to add .PFX certificate file in Keystore using Android 2.3.3
How to add .PFX Certificate File to KeyStore using android 2.3.3, I have seen many posts but unable to understand what i really need. I found this link very useful but still i am unable to understand ...
0
votes
1answer
390 views
Bouncy Castle C# - Password Protect key
I can decrypt a password protected PKCS8 DER key with the following code:
MemoryStream ms = new MemoryStream(privateKey);
AsymmetricKeyParameter keyparams = ...
1
vote
0answers
359 views
C# call WCF service over https using certificate
I have WCF service worked over https. This WCF service required private certificate and sing on password I have proper certificate and password. Certificate have been installed into repository.
I ...
8
votes
1answer
1k views
Should I add my Metro app's TemporaryKey.pfx file to version control?
I've created a Metro-style C#/XAML application, and now I'm trying to add it to version control (Git and, later, GitHub). That means figuring out which files belong in version control and which don't.
...
0
votes
0answers
63 views
why eclipse compiler always change my pfx file?
When i compile my java project, my pfx file in /main/resources is copyied to /target/classes, but the file size is changed from 1738 bytes to 3013 bytes. I thought maybe this is an encoding problem, ...
2
votes
1answer
255 views
Reading encrypted email
I have a PFX certificate which I use to read encrypted email in outlook.
I would like to read this email via Java.
I've managed to get a list of javax.mail.Message objects.
Whats the easiest way to ...
1
vote
0answers
188 views
Consuming https webservice with .pfx certificate in netbeans
I have a .pfx certificate from a client am supposed to consume his service. Each time i try to consume the service in my java application, my netbeans gives me an error 403 telling me to check the ...
0
votes
0answers
272 views
Not able to import certificate to CURRENT_USER\Trusted People - Code Error 80070005 - Access Denied
I am trying to import a .pfx certificate using winhttpcertcfg and the following command:
winhttpcertcfg -i "C:\Certificates\Local Computer\Trusted People\STS.pfx" -c CURRENT_USER\TrustedPeople -a ...
1
vote
0answers
310 views
pfx certificate on mac os x 10.6.8 and java [closed]
I use the (*.pfx) certificate on Windows IE with no problems.
I imported a personal certificate (*.pfx) in Keychain on Mac OS X 10.6.8 and after that can normally access the page: ...
0
votes
1answer
598 views
Java keystore from pfx certificate
Context
I need to put a Java application server (http port 8080, https 8181) behind IIS 7.5 (http port 80, https 443) on Windows Server 2008.
Steps
I have used IIS ARR module for enabling Proxy in ...
0
votes
0answers
232 views
decrypt pfx OR p12 using iaik_full_signed.jar in Java fails
I am writing a code to decrypt a .pfx or .p12 certificate using above mentioned library.
It simply takes password into charArray. But it can not decrypt it. It generates the following exception.
...
0
votes
1answer
180 views
Delay sign with clickonce
I have a ClickOnce application that relies on delay signed (with .pfx) assemblies. I currently rely on the Publish target of my project to create my ClickOnce deployment and would like to keep it that ...
1
vote
1answer
623 views
Importing pfx file into iOS application
I'm working on an iOS (iPhone/iPad) app that does a web service call where one of the parameters is a .pfx file.
I would like for the user to be able to import his own .pfx file into the app by ...
0
votes
1answer
192 views
What differences between certificate private key that retrieved from .pfx file and personal My Store?
I wanna know What differences between certificate private key that retrieved from .pfx file and personal My Store.
I retrieved certificate private key with these two types by using java language.
...
2
votes
0answers
830 views
How can I create PFX certificate signed by some CA from scratch?
I want to generate certificate for my domain locally and then sign it, for example, by getaCert.com service.
But I get an error at the end.
Below are steps:
Create config for OpenSSL openssl.cnf ...
4
votes
1answer
371 views
export chain with openssl_pkcs12_export in PHP
Is it possible to export a certificate and private key to a .pfx along with the certificate chain (root cert and/or intermediate), using PHP's openssl_pkcs12_export()?
UPDATE:
I've taken a look at ...

