Questions tagged [verisign]

57 questions
1
vote
1 answer

Code sign .msi and .exe using microsoft authenticode certificate from verisign

I ordered a verisign code signing certificate (microsoft authenticode) and I now have a .cer file that has my certificate. I have checked the signtool.exe documentation and I now require a .pfx file. How do I get the .pfx file and how do I get my…
AmaltasCoder
  • 1,123
  • 3
  • 17
  • 35
1
vote
2 answers

Can Verisign/Authorize.Net split a transaction into more than account?

I wonder if its possible to have logic where for every transaction 10% goes to a different account. It does not have to be Verisign, or Authorize.Net even, but whatever it is has to be a good tool.
0
votes
1 answer

Verisign file error when signing a xap file

We bought an authenticode certificate to sign a xap file on Verisign.com and after the registration completed, we received the certificate. I installed it on my computer and I can now select it in my Visual Studio solution. The problem is, even…
Andy M
  • 5,945
  • 7
  • 51
  • 96
0
votes
1 answer

verisign certificate on tomcat is not trusted by remote server

I am using a webservice from a remote server over SSL. The remote server has a Tomcat FE. We had Verisign sign the remote server certificate and the certificate chain is: o:remote.server.com i:VeriSign Class 3 Secure Server CA - G3 i:VeriSign Class…
David
  • 280
  • 1
  • 5
  • 13
0
votes
1 answer

How to get around Certificate errors in a dev environment?

We have certificates from VeriSign for our domains. However, I am trying to do some testing on our development environment and keep getting certificate errors (since the development IPs don't match production IP's, which we registered the…
Saggio
  • 2,212
  • 6
  • 33
  • 50
0
votes
1 answer

PayPal: Peer certificate cannot be authenticated with known CA certificates

Hi suddely I start to get this error curl_error: Peer certificate cannot be authenticated with known CA certificates on paypal transactions on my site. The certificate name is VeriSignClass3PublicPrimaryCertificationAuthority-G5.crt and seem to be…
0
votes
1 answer

Extracting domain out for DNS zone file

I am trying to extract all domain names out of COM and NAME dns zone file. Those zone files contain all dns entries and there seem to be lack of information about structure of zone files. Do all domain registered has NS entries? Even those which are…
quazar
  • 1
  • 1
  • 1
0
votes
0 answers

.NET Assembly.LoadFrom slower when PC is on a particular network

I have a .NET 3.5 C# app that loads signed plugins and searches for items using: var myAssembly = Assembly.LoadFrom(c:\...\MyPlugin.dll) Type [] Types = myAssembly.GetTypes(); When the PC is disconnected from or on most networks, these commands…
Jim C
  • 4,517
  • 7
  • 29
  • 33
0
votes
1 answer

Running a signed midlet on the emulator produces a SecurityException

I have a signed midlet (VeriSign Class 3), which runs perfectly in several Nokia devices. When I try to run it on the JME SDK 3.0 emulator it produces a java.lang.SecurityException: Application not authorized to access the restricted API. It has all…
mdelolmo
  • 6,417
  • 3
  • 40
  • 58
0
votes
0 answers

How do I sign my installer so i do not get the unverified publisher message?

I am using Innosetup to create an installer and I want to sign my application so the unverified publisher message does not pop up. The software is to be installed on an embedded machine running windows 7 that is not connected to the internet. The…
luke signh
  • 139
  • 2
  • 13
0
votes
2 answers

How it works when computer recognize trusted/unknown publisher when install a WPF App?

I am working on a WPF App but could not make it as a trusted App after publishing it with clickonce. I looked many post with similar issues, signed the clickonce manifest, installed certificate, created test certificate and finally made the App…
randomcat
  • 413
  • 1
  • 4
  • 16
0
votes
1 answer

Regarding Paypal - 2016 merchant security upgrades

We are having the website (www.kalakendra.com) on magento v1.9.2.1 which hosted on the GoDaddy cloud server. We are using the paypal express checkout with IPN service. We have received an email from paypal concerning to upgrade the paypal ssl…
Ram
  • 1
  • 2
0
votes
1 answer

Is VeriSign G5 Root Certificate free?

I want to know if Verisign G5 Root Certificate is free to use . i have commercial website and want to install wildcard certificate to it because it has paypal integration. I found a link to download the certificate.…
Hammad Nasir
  • 119
  • 1
  • 11
0
votes
1 answer

Can only accredited registrars use the EPP protocol to register domains?

I want to be able to programmatically register domains without having to rely on registrars (e.g. GoDaddy) and their associated fees. I know that registrars provide their own APIs but if I could connect to EPP servers directly (e.g. VeriSign) that…
Maksim Kneller
  • 297
  • 1
  • 15
0
votes
2 answers

Trusted CA's - how does is work?

can somebody please explain about the trust model in the know CA's ?? here's what i mean: microsoft.com for example can use Verisign Certificate for their domain - what are the chances for an attacker to ask for a M1crosoft.com domain ?? very…