Re: Certificat problem.

2005-09-03 Thread Martin Stemplinger
Jérôme PICARD schrieb am 08/30/2005 01:41 PM: Hello, Thank you for all your answers, I try to generate a certificat with openssl (I read some tutorials about it), when I import the certificat in the keystore with keytool I catch a new Exception. Can you give me some informations about the

Re: Certificat problem.

2005-08-29 Thread Guy Rixon
Looks like keytool generates the wrong version of X.509 for this use case: probably v1 instead of v3. If you need an X.509v3 certificate, use OpenSSL to make it. On Mon, 29 Aug 2005, [ISO-8859-1] Jérôme PICARD wrote: Hello, I want to use UsernameToken Encrypt to secure my webservice. When I

RE: Certificat problem.

2005-08-29 Thread Granqvist, Hans
probably v1 instead of v3. If you need an X.509v3 certificate, use OpenSSL to make it. You can also use IBM's JDK to generate v3 certs.