The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
109 views

installing thawte ssl onto azure

Trying to install thawte ssl onto Azure. Followed the steps as listed here and found that the certificate shows "The issuer of this certificate could not be found" I found this link that talks ...
1
vote
0answers
25 views

Is it possible to sign same J2ME midlet with two signature

Is it possible to sign same J2me midlet with two signatures like thawte and Verisign? So that don't need to build with separate signature.
0
votes
2answers
824 views

SSL intermediate certificates

We are having a lot of trouble getting our SSL certificates to work properly. We have generated our keystores (using multiple sources) from an existing key and certificate by first creating a pkcs12 ...
0
votes
2answers
639 views

Best practice to sign InstallShield setup and include intermediate certificates

I have thwte certificate to sign my InstallShield setup. When we updated our certificate this year, it now depends on intermediate certificate "thawte code signing ca - g2". We fear that many of our ...
1
vote
3answers
156 views

Query about Thawte certificate

Does anyone know about whether Thawte certificate certifies once for the entire app or I need to certify every time I release a version for the same application.
0
votes
1answer
134 views

AIR cert on AIR for iphone

I have adobe air cert from thawte , I am a casual flash game developer, I was trying to package my game to iphone app but stuck with iphone certificate. As a flash/air developer , I suppose AIR cert ...
4
votes
2answers
519 views

Thawte signed jar file not working in Micromax mobile?

I had purchased the certificate from Thawte and with that I signed my jar file. The thawte signed jar file is working in Nokia and sony mobiles but it's not working in LG and Micromax. Showing 'The ...
1
vote
1answer
1k views

Unable to sign a XAP file

I'm trying to sign a Silverlight 4 OOB application (XAP file). I use the following command: "C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\signtool.exe" sign /v /f path\to\FILENAME.pfx /p PWD ...
1
vote
2answers
970 views

Lost Code Signing Certificate Alias

Our company purchased a code signing certificate from Thawte a few weeks ago. When we finally received the certificate from the purchasing team they didn't know the alias for the certificate! I ...
1
vote
1answer
2k views

How can I sign an ActiveX control with a code signing certificate and be a verified publisher?

I'm trying to sign an ActiveX control with a code signing certificate issued by Thawte. I was able to successfully sign the control using signtool.exe. When I look at the file properties, it says ...
5
votes
3answers
9k views

Importing Thawte trial certificates into a Java keystore

I'm trying to configure a Tomcat server with SSL. I've generated a keypair thus: $ keytool -genkeypair -alias tomcat -keyalg RSA -keystore keys Next I generate a certificate signing request: $ ...