Re: Certificate issued by GeoTrust Global CA is not appearing at client browser's side

2011-11-21 Thread rosiere
Hello, It works. Thanks. markt-2 wrote: > > On 17/11/2011 16:48, rosiere wrote: >> >> Hello, >> Thanks for your hint. >> >> I made a copy of my keystore. Then I changed alias: >> my private key now uses the alias "mykey". >> I

Re: Certificate issued by GeoTrust Global CA is not appearing at client browser's side

2011-11-17 Thread rosiere
rowser was still a self-signed one. Do I have to rebuild my keystore from scratch and request another certificate from our CA, just because of a mistake in my old alias? markt-2 wrote: > > On 17/11/2011 15:26, rosiere wrote: >> > >> My colleagues concluded that all the necessary c

Re: Certificate issued by GeoTrust Global CA is not appearing at client browser's side

2011-11-17 Thread rosiere
te chain length: 1 issuer: $ourDN alias : $myAlias entry type: trustedCertEntry issuer: CN=RapidSSL CA, O="GeoTrust, Inc.", C=US My colleagues concluded that all the necessary certificates were imported, but none was actually used by Tomcat. Daniel Mikusa-2 wrote: > > &

Re: Certificate issued by GeoTrust Global CA is not appearing at client browser's side

2011-11-17 Thread rosiere
Hello, In fact I read this command from my certificate provider's installation guideline. It gives us these 3 commands: keytool -import -trustcacerts -alias ROOT -file root.crt -keystore NEWkeystore keytool -import -trustcacerts -alias INTER -file inter.crt -keystore NEWkeystore keytool -impor

Re: Certificate issued by GeoTrust Global CA is not appearing at client browser's side

2011-11-17 Thread rosiere
Hello, Of course I restarted my Tomcat. This is the SSL portion of my server.xml and it has noting wrong. Daniel Mikusa-2 wrote: > > > On Wed, 2011-11-16 at 06:23 -0800, Yi SHU wrote: > >> At last we can access to our Tomcat welcome page through HTTPS, but the >> certificate we acqu