Questions tagged [thawte]

24 questions
8
votes
3 answers

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: $ keytool -certreq -keyalg RSA -alias tomcat -keystore…
lindelof
  • 34,556
  • 31
  • 99
  • 140
5
votes
1 answer

Install Wildcard SSL Certificate on AWS Elastic Beanstalk

I'm not the most advanced AWS user there is, and have come across a bit of a roadblock. I've got 2 Elastic Beanstalk Environments, each with a Load Balancer, 2 EC2 instances and they share a RDS instance. One environment is for Development and the…
ChazUK
  • 744
  • 4
  • 26
4
votes
2 answers

What happens to Java Web Start application (signed without timestamp) when certificate expires?

We have a Java Web Start application signed with a certificate from CA (Thawte). The application is distributed to the hundreds of customers. They hosted it on their servers a run it over the internet or intranet on their client computers. Now it…
stepand76
  • 467
  • 6
  • 17
2
votes
2 answers

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 Java AP is not verified'. Any idea and solution on…
Achsah
  • 543
  • 4
  • 16
2
votes
2 answers

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 don't seem to be able to import the cert without the…
Roger
  • 21
  • 1
  • 2
2
votes
0 answers

Sign JAR file with thawte certificate

I´m trying to sign my JAR file with a Thawte certificate but I´ve runned into some problems and will try to explain what I´ve done. Step 1 I´ve created a keystore file in jks format using the following command: keytool -genkey -keystore keystore…
hgerdin
  • 637
  • 2
  • 8
  • 24
2
votes
0 answers

CA certificate signed jar java

I have just changed from signing jar files using a self-signed certificate to using a trusted certificate from Thawte. This works, but there are 2 issues. First, I now get the initial Java Console as before, but this is followed by a second one,…
Mick Francis
  • 139
  • 6
1
vote
2 answers

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 customers might not have this intermediate root…
Sanjay Singh
  • 714
  • 1
  • 8
  • 15
1
vote
3 answers

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.
Varun
  • 79
  • 6
1
vote
1 answer

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 path\to\FILENAME.xap and I get the response: The…
Matt Lacey
  • 65,560
  • 11
  • 91
  • 143
1
vote
4 answers

Amazon AWS unable to validate thawte certificate chain

I just got an Thawte 123 SSL Certificate and have problems uploading it to AWS to use it with CloudFront as Custom SNI SSL Certificate. AWS refuses the CA Chain. I'm using the Thawte Intermediate CA bundle for SSL Web Server and Thawte Wildcard…
Manuel
  • 9,112
  • 13
  • 70
  • 110
1
vote
1 answer

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 "The certificate in the signature cannot be…
davidcl
  • 1,187
  • 8
  • 23
1
vote
1 answer

Java 8 - Loading signed applet always displays a message box

I've just signed my applet with a certificate from Thawte and now when I load it from my web page I get a information popup that says "Do you want to run this application?" It's a "good" message box according to the java help because it identifies…
paul-2011
  • 675
  • 10
  • 27
1
vote
0 answers

SSL configuration on Tomcat 7 using CA certificate :The security certificate was not issued by a trusted certificate authority

Step by step process that I have followed to generate privatekey(keystore) then CSR and then importing Thawate Certificate to keystore Step 1 : to Generate private and java keystore (JKS) keytool -genkey -keysize 2048 -alias par_private_certificate…
1
vote
2 answers

Signed applet still shows the UNKNOWN publisher

I got a code-signing certificate from Thawte. I imported it with private key into the keystore (jks type). Then I successfully signed my applet using this certificate. BUT when I show the page with my signed applet it still shows the UNKNOWN…
stepand76
  • 467
  • 6
  • 17
1
2