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

2023-09-13 Thread Frank Gingras
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 wrote: > Hi, > > > > We are

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

2023-09-13 Thread Santosh Kondapuram
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