pfx Questions
2
Solved
as specified in the Node api doc I tried the first one with a self created and signed cert using openssl. Everything was going fine except the fact that the couldn't test the client side from an an...
6
Solved
How to generate a .pem CA certificate and client certificate from a PFX file using OpenSSL.
3
Solved
when I run my server.js, I have this issue :
node:internal/tls/secure-context:277
context.loadPKCS12(toBuf(pfx), toBuf(passphrase));
^
Error: unsupported
at configSecureContext (node:internal/t...
Transpierce asked 23/2, 2023 at 20:10
2
I have valid pfx SSL certificate without password. I could not install this cert on azure web app as password field is require. How do i install my pfx without entering password ?
4
Solved
For years I was able to upload new pfx files for SSL binding on Azure App Services using the OpenSSL creation method in this Stack Overflow answer:
openssl pkcs12 -export -out domain.name.pfx -inke...
Bollinger asked 16/7, 2022 at 4:57
27
Solved
Cannot import the keyfile 'blah.pfx' - error 'The keyfile may be password protected'
We just upgraded our Visual Studio 2008 projects to Visual Studio 2010. All of our assemblies were strong signed using a Verisign code signing certificate. Since the upgrade we continuously get the...
Millman asked 12/5, 2010 at 0:29
2
Solved
How to get the base 64 encoded form of .pfx file?
I am trying to implement one of the azure resource manager templates
"certData": {
"type": "string",
"metadata...
Semiquaver asked 26/10, 2017 at 16:54
5
Solved
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...
Lyophobic asked 11/11, 2012 at 19:6
4
Solved
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" App-...
6
Solved
I know, there are many posts about this, but still I cannot find a solution to get this to work. I have generated a PFX-file with openssl on my machine like this:
openssl x509 -req -days 365 -in "...
Alecalecia asked 25/11, 2013 at 16:30
1
If have a certificate in my store and I checked with certutil that KeySpec is set to AT_SIGNATURE (I had to reimport it accordingly). Now whenever I export the certificate (via MMC or PowerShell) t...
Loosen asked 25/7, 2018 at 11:56
3
I have a client side cert PFX from some idiot to allow some users access his website and I need to script it so I can allow multiple users to auto import this cert into the local store during a log...
Naissant asked 5/5, 2017 at 5:25
8
Solved
Is it possible to convert a .pfx (Personal Information Exchange) file to a .cer (Security Certificate) file? Unless I'm mistaken, isn't a .cer somehow embedded inside a .pfx? I'd like some way to e...
Cusick asked 31/12, 2008 at 15:10
2
Solved
when I first published my app the certificate was created automatically Visual Studio. I keep my project in git, and the file is there added to the list .gitignore. I cloned your repository on anot...
Zaria asked 13/2, 2017 at 17:27
2
Solved
I am attempting to automate our code signing process in Inno Setup. Unfortunately we have a fairly strict protocol on the .pfx and password distribution, and only one person on the project can have...
Ambulacrum asked 21/6, 2013 at 12:53
5
I am writing a small project using Node.JS and TypeScript, once of the requirements is to read a PFX certificate from a .pfx file and use this in the code to encrypt the payload body
I have a cert...
Conspire asked 12/3, 2017 at 21:44
2
I am trying to make a request with a p12 file or a pfx, but I can't get it to work. If I use PEM and KEY the code works fine. But Azure Keyvault does not support PEM and KEY. Is there an alternativ...
Oxidase asked 19/11, 2018 at 10:8
4
Could tell me where to find the file pvk2pfx.exe?
It is supposed to be located in <programfile>/Visual Studio 8/Common7/Tools/bin/pvk2pfx.exe, but not on my machine.
I don't seem to be able t...
Icarian asked 8/11, 2011 at 10:5
0
I'm encrypting JWT with a cert on the client-side and trying to validate that JWT on the server-side but it is always failing. Can anyone please help?
Sender
var handler = new JwtSecurityTokenHand...
3
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 ...
Philia asked 13/9, 2012 at 3:48
2
I'm trying to strong name an assembly with a PFX file that is also used for digitally signing. The PFX certificate has the CodeSigning option and was provided by a CA.
When I try to use it I get t...
Setser asked 21/11, 2011 at 13:55
2
Solved
I try to make a connection through SoapClient. I need a certificate for this. I received a .pfx certificate. I used the following command to create a .pem file.
openssl pkcs12 -in cert.pfx -out ce...
Alexandria asked 3/11, 2015 at 10:43
2
Solved
I want to extract certificate from a .p12 file. I can't use openssl as it is not allowed in my organization.
Is keytool able to extract the certificate, or is there any other way by which I can g...
Thurgau asked 21/3, 2016 at 14:1
2
Solved
I've been trying to sign assemblies with a PFX file. All worked fine, I accessed Properties/Signing at Visual Studio yet whenever I run the dotnet publish command, I get this error:
C:\Program Fi...
Ripsaw asked 29/6, 2018 at 16:7
2
Solved
Scenario:
We have a device similar to a WiFi router that has UI and API exposed
The device will run on any LAN out of our control, just like a WiFi router runs on any house.
The device doesn't be...
Vargueno asked 4/7, 2018 at 16:33
1 Next >
© 2022 - 2024 — McMap. All rights reserved.