• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Question about Tomcat 4.1 and SSL: how to install two certs?

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I have an site and it have ssl certificate and works fine, now I need create another site, with diferent domain and need set up a new certificate, both site are sub-domain(tomcat host).

how I do it ? I think that I need create another certificate using(http://tomcat.apache.org/tomcat-4.1-doc/ssl-howto.html) and import it mine keystore file(first site), it is ok ?

I try make it but I get error:

[ November 23, 2007: Message edited by: Alex Florentino ]
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've never done it but you should be able to maintain a separate keystore file for your new site if you create a separate <Host .../> entry in server.xml for it with its own <Connector .../> entries. One of which would be a secure connector with its own keystoreFile="xyz" entry.

Another thing, that I've never done personally but I've seen, are certificates that can service multiple subdomains. They cost more but, for more than one site, this might be a cheaper and simpler way to go.
 
Alex Florentino
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok, I found it http://www.mail-archive.com/users@tomcat.apache.org/msg15861.html e see too that there are wild card ssl, I will try.
 
reply
    Bookmark Topic Watch Topic
  • New Topic