Re: Using existing pki certificates to enable SSL on tomcat 9

2018-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sam, On 12/16/18 22:00, Sam G wrote: > Hi, I've installed Apache Tomcat 9 on windows 2016 64bit server. > Our SA has requested a PKI certificate for the windows server feom > our CA and got one. I need help with steps involved

Using existing pki certificates to enable SSL on tomcat 9

2018-12-16 Thread Sam G
Hi, I've installed Apache Tomcat 9 on windows 2016 64bit server. Our SA has requested a PKI certificate for the windows server feom our CA and got one. I need help with steps involved in using that existing certificate to enable SSL on Tomcat. Thank you Sam

Re: PKI

2007-10-09 Thread Mark Thomas
Edward Dowgiallo wrote: > Does anyone have a war file blank they are willing to share that is > correctly setup for PKI on Tomcat 5.5 or 6.0? This is less of a war issue and more of a certificate store and connector configuration issue. Try http://tomcat.apache.org/tomcat-6.0-doc/ssl-howt

PKI

2007-10-09 Thread Edward Dowgiallo
Does anyone have a war file blank they are willing to share that is correctly setup for PKI on Tomcat 5.5 or 6.0? Ed - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: PKI and the manager servlet

2007-10-05 Thread Caldarale, Charles R
> From: Edward Dowgiallo [mailto:[EMAIL PROTECTED] > Subject: PKI and the manager servlet > > As the manager servlet is currently written, is it possible to > configure it to use CLIENT-CERT authentication instead of BASIC > authentication? The authentication is not buil

PKI and the manager servlet

2007-10-05 Thread Edward Dowgiallo
Hi, As the manager servlet is currently written, is it possible to configure it to use CLIENT-CERT authentication instead of BASIC authentication? I've got CLIENT-CERT working with the locally developed apps, but am having no luck configuring the manager or admin servlets. The locally developed