Bug 501594

Summary: genkey generates localhost.cert but localhost.crt is needed
Product: [Fedora] Fedora Reporter: Matt Castelein <matt.castelein>
Component: crypto-utilsAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: emaldona, jorton, per
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-01 00:45:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matt Castelein 2009-05-19 21:15:12 UTC
Description of problem:

genkey creates the file /etc/pki/tls/certs/localhost.cert but apache looks for localhost.crt.

Version-Release number of selected component (if applicable):
crypto-utils-2.4.1-16

Additional info:
Appears identical to bug 162116
https://bugzilla.redhat.com/show_bug.cgi?id=162116

Changing /etc/httpd/conf.d/ssl.conf:

SSLCertificateFile /etc/pki/tls/certs/localhost.crt

to:

SSLCertificateFile /etc/pki/tls/certs/localhost.cert

...fixes the problem.

Comment 1 Matt Castelein 2009-07-01 00:45:35 UTC

*** This bug has been marked as a duplicate of bug 162116 ***