Re: wildcard certs in tomcat

2007-03-31 Thread Dima Retov
Brian, You should create CSR and KEY for *.yourdomain.com. Submit CSR to CA CA will send you CRT and may be CAcert. You should install KEY, CRT and (if CA sent you CAcert) Tomcat may work with 2 types of cert. Java (keytool) certs. (tomcat without native connector) - these certs are not tomca

wildcard certs in tomcat

2007-03-30 Thread Brian LaMere
Having problems with using a wildcard cert with Tomcat. Same cert/key/bundle trio works in apache in the way that I expect it, but any docs I've found for Tomcat don't yield me a working system. We lost a guy recently that was the web-min, so I'm a little out of my typical skillset in this ven