Re: [users@httpd] SSLCertificateFile localhost.crt does not exist

2022-12-30 Thread Jeffrey Denison
vate/localhost.key contain my private key? On 12/28/22, Sean Conner wrote: > It was thus said that the Great Jeffrey Denison once stated: >> Can someone tell me how to remove Apache 2.4 HTTP server I installed >> from source? I can't get it to run & I see it's in the Fedora repos & &

Re: [users@httpd] SSLCertificateFile localhost.crt does not exist

2022-12-28 Thread Jeffrey Denison
roup. thanks On 12/28/22, Paul wrote: > On 2022-12-28 14:35, Jeffrey Denison wrote: >> Can someone tell me how to remove Apache 2.4 HTTP server I installed >> from source? I can't get it to run & I see it's in the Fedora repos & >> can be installed from dns. I thought

Re: [users@httpd] SSLCertificateFile localhost.crt does not exist

2022-12-28 Thread Jeffrey Denison
t; On Sun, Dec 25, 2022 at 3:10 PM Jeffrey Denison > wrote: > >> @vicky chb >> I changed ssl.conf but don't know how to replace the >> SSLcertificatekeyFile directive. Can you tell me how to do that. >> >> Now I get this error msg: >> >> $ httpd >

Re: [users@httpd] SSLCertificateFile localhost.crt does not exist

2022-12-25 Thread Jeffrey Denison
ertificateKeyFile directive with your private key. > > On Sun, 25 Dec 2022, 14:14 Jeffrey Denison, > wrote: > >> Thanks Vicky. Can you give me the whole command? >> >> On 12/24/22, vicky chb wrote: >> > Hi, >> > >> > Change "localhost.

Re: [users@httpd] SSLCertificateFile localhost.crt does not exist

2022-12-25 Thread Jeffrey Denison
ficate names. > > Instead of this: > SSLCertificateFile: file '/etc/pki/tls/certs/localhost.crt' > > do this: > SSLCertificateFile: file '/etc/pki/tls/certs/ca-bundle.crt' > > or > > SSLCertificateFile: file '/etc/pki/tls/certs/ca-bundle.trust.crt' > > > On Sun, 25 Dec 2022,

[users@httpd] SSLCertificateFile localhost.crt does not exist

2022-12-24 Thread Jeffrey Denison
Hi, I installed Apache 2.4.54 on Fedora 37. I get the following error when I attempt to run it: $ httpd AH00526: Syntax error on line 101 of /etc/httpd/conf.d/ssl.conf: SSLCertificateFile: file '/etc/pki/tls/certs/localhost.crt' does not exist or is empty $ ls /etc/pki/tls/certs ca-bundle.crt