Questions tagged [verisign]
57 questions
3
votes
1 answer
Can Verisign signtool sign jar files in windows enviornment?
I used the following command:
C:\Verisign>signtool sign /v /ac "MSCV-VSClass3.cer"/s MY /n "ABC Company LTD" /t http://timestamp.verisign.com/scripts/timstamp.dll TestRun.jar
and I get the following result:
SignTool Error: This file format cannot…

user1606275
- 51
- 2
- 5
3
votes
1 answer
Eclipse trust certificate window on VeriSign cert
I'm working on an Eclipse-based product and am currently facing an issue when installing plugins on it. Despite the certificates being issued by VeriSign (and the plugins being properly signed with the certificate on export), when installing the "Do…

Serban Constantin
- 3,316
- 1
- 18
- 20
2
votes
1 answer
Domain Whois Information Algorithm
Is it possible to run an algorithm of all the verisign (and maybe individual registrars whois) domain data to call out qualified information?

Scott S
- 21
- 1
2
votes
1 answer
Using SignTool.exe to sign using SHA256 after Microsoft dropped support for SHA-1
Since MS dropped SHA-1 support we now need to sign with SHA-2.
I sign all dlls, exe and msi. I changed my signtool.exe call to this:
signtool.exe /f "PathToPFX.pfx" /fd SHA256 /p "password" /d "product" /du "www.site.com" /tr…

Justin Crowe
- 21
- 5
2
votes
1 answer
Midlet signed with verisign securityexception in S40
I signed a midlet with a verisign certificate. In other devices works well, but in a Nokia 2710 S40, I get SecurityException: Permission Denied each time the application does an httpconnection.
I have already tried with all the permissions in…

Laura Isabel
- 209
- 4
- 10
1
vote
2 answers
Android + Verisign SSL Version 1
I have the following problem: I use a Verisign SSL Cert and try to connect from my android app to my tomcat 7 server. In my opinion the cert is installed correctly as I can connect successfully with the same app for iphone, firefox browser and the…

user1235920
- 11
- 1
1
vote
1 answer
PHP determine type of SSL certificate
I have certificate that can see in browser - signed by VeriSign - G3
But when I try to read with openSSL(or in PHP) like pkcs12 or x509 or pkcs7 - error like:
openssl pkcs12 -in cert.to.test.cer -clcerts -nokeys -out…

Lorenzo Manucci
- 850
- 2
- 14
- 28
1
vote
1 answer
EppLib.net - Which SSL Certificate to use
When using EppLib.net (and as per the Nominet instructions - http://registrars.nominet.uk/namespace/uk/registration-and-domain-management/registrar-systems/epp/testbed)
In order to verify the identity of the secure server you will need the…

j4ffa
- 55
- 1
- 8
1
vote
1 answer
How to submit the CSR to a certification authority Programatically?
I saw the code for creating a CSR using bouncy castle.
https://github.com/bcgit/bc-java/blob/master/misc/src/main/java/org/bouncycastle/jcajce/examples/PKCS12Example.java
How do I get this CSR authorized from a certification authority though? Can I…

AnOldSoul
- 4,017
- 12
- 57
- 118
1
vote
0 answers
Verisign SSL certificate keystore apache tomcat (java.io.IOException: invalid URI name)
I have 7 file of .cer generated from Verisign
It's contain
2 CA Certificate Root file
2 VeriSign Primary and Secondary intermediate file
2 VeriSign EV SSL
1 myApp certificate
then I try using keytool to add certificate to my keystore file…

ZenithS
- 987
- 8
- 20
1
vote
1 answer
RSA algorithm PKCS #1.5 padding (not OEAP) password encryption with client certificate public key in Java
I am new to RSA algorithm and cryptography in Java. I have a client certificate provided by the 3rd party organization which is in .cer format. Now I need to encrypt my password with the public portion of the password key certificate, using the RSA…

GP32
- 114
- 1
- 8
1
vote
1 answer
How to use VeriSign certificate with Oracle's jarsigner to sign jars?
I already have a VeriSign certificate to sign EXEs. I need to reuse it to sign jars.
Is it possible to reuse that certificate to sign jars?
Can someone explain me, how to use this VeriSign certificate with Oracle's jarsigner to sign jar files?
Any…

user1606275
- 51
- 2
- 5
1
vote
1 answer
How does signed script works even there is no network connection?
I have signed the powershell script with the key purchased from Verisign (symantec).
I am executing the script inside a VM where no internet connection available.
How it executes without any problem? How it will get public key if it is not connected…

Samselvaprabu
- 16,830
- 32
- 144
- 230
1
vote
1 answer
C# - Obtaining Digital Certificates from VeriSign and Verifying Authenticity
Does VeriSign allow developers to obtain "sandbox" digital certificates which can be used in development, much like PayPal allows developers to set up sandbox accounts?
Furthermore, does anyone have an implementation in C# about how a client can…

Matthew
- 4,477
- 21
- 70
- 93
1
vote
0 answers
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.

K_Rapid
- 51
- 6