You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Santosh Kondapuram <SK...@vitechinc.com.INVALID> on 2023/09/13 19:13:55 UTC

[users@httpd] Does Apache HTTPD support .PFX format

Hi,

We are running Apache HTTPD 2.4.x web server on top of WebLogic
application server to proxy the requests.
In general we extract SSL certificate and Private key out of a .PFX file
and configure the server parameters accordingly.
So instead of extracting the files is it possible to configure the .pfx
itself in Apache httpd server which is password protected.
P.S. I am running Apache on a Windows machine.


Regards,
Santosh.




This e-mail message and any files transmitted with it may contain confidential and proprietary information and are intended solely for the use of the individual or entity to which they are addressed. Any unauthorized review, use, disclosure or distribution is strictly prohibited. If you have received this e-mail in error please notify the sender by reply email and destroy all copies of the original message. Thank you for your cooperation.

Re: [users@httpd] Does Apache HTTPD support .PFX format

Posted by Frank Gingras <th...@apache.org>.
httpd will generally support what openssl supports on linux; when using
windows, it would depend on how it was compiled.

That being said, you can try with SSLCertificateFile and
SSLPassPhraseDialog and report back.

On Wed, Sep 13, 2023 at 3:14 PM Santosh Kondapuram
<SK...@vitechinc.com.invalid> wrote:

> Hi,
>
>
>
> We are running Apache HTTPD 2.4.x web server on top of WebLogic
>
> application server to proxy the requests.
>
> In general we extract SSL certificate and Private key out of a .PFX file
>
> and configure the server parameters accordingly.
>
> So instead of extracting the files is it possible to configure the .pfx
>
> itself in Apache httpd server which is password protected.
>
> P.S. I am running Apache on a Windows machine.
>
>
>
>
>
> Regards,
> Santosh.
>
>
>
>
>
>
>
> This e-mail message and any files transmitted with it may contain
> confidential and proprietary information and are intended solely for the
> use of the individual or entity to which they are addressed. Any
> unauthorized review, use, disclosure or distribution is strictly
> prohibited. If you have received this e-mail in error please notify the
> sender by reply email and destroy all copies of the original message. Thank
> you for your cooperation.
>