Its
>> similar to a keystore
>>
>>
>> Enviado de Samsung Mobile
>>
>>
>>
>> Mensaje original ----
>> De: Nithesh Kb
>> Fecha: 15/12/2015 16:21 (GMT+01:00)
>> Para: Tomcat Users List
>> Asunto: Re: Tomcat APR protocol SSL certificate
similar to a keystore
>
>
> Enviado de Samsung Mobile
>
>
>
> Mensaje original
> De: Nithesh Kb
> Fecha: 15/12/2015 16:21 (GMT+01:00)
> Para: Tomcat Users List
> Asunto: Re: Tomcat APR protocol SSL certificate information.
>
>
> *Thanks Dav
In many of our tomcats we use the pfx directly on the conector. Its similar to
a keystore
Enviado de Samsung Mobile
Mensaje original
De: Nithesh Kb
Fecha: 15/12/2015 16:21 (GMT+01:00)
Para: Tomcat Users List
Asunto: Re: Tomcat APR protocol SSL certificate information
*Thanks David,Thomas.*
If my understanding is not wrong.
Till tomcat version 8, we need to provide cert and key separately for
openssl ssl APR, like
*(SSLCertificateFile="/aa/server.crt"SSLCertificateKeyFile="/aa/server.key")*
But tomcat 9 we can use keystore to store cert and key and configure it
On 15/12/2015 15:07, David Newman wrote:
> When you use APR the SSL implementation is coming from openssl instead of
> java. openssl has no use for java keystore files. So it becomes more like
> an apache httpd config with separate files for keys and certificates.
True, but as of Tomcat 9 (and w
When you use APR the SSL implementation is coming from openssl instead of
java. openssl has no use for java keystore files. So it becomes more like
an apache httpd config with separate files for keys and certificates.
On Tue, Dec 15, 2015 at 5:12 AM, Nithesh Kb wrote:
> HI,
> I have build APR