Bug 143392
Summary: | Creates certificates + keys at an insecure/bad place | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Enrico Scholz <rh-bugzilla> |
Component: | openssl | Assignee: | Tomas Mraz <tmraz> |
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | Keywords: | Security |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openssl-0.9.7f-4 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-04-21 22:32:34 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
Enrico Scholz
2004-12-20 11:27:25 UTC
Assigning to openssl, because this is a problem for all applications which are using certificates. I do not think that this is problem of openssl only. The standard /usr/share/openssl path is ok for CA certificates, and the statements above do not apply to it. I agree that this path is not good for system-management -- configuration data (and ca-bundle.crt is a such one) should not be placed under /usr but in /etc or /var. But this is another, minor issue... All SSL-capable applications (at least these, known by me) accept pathnames for the service certificate+key. So the packages creating own keys (exim, postgresql-server, openldap-server) should put the certs into a safe path; the applications will work without problems. The contents of the /usr/share/ssl (including the ca-bundle, although it's debatable if it should stay or not) is moved to /etc/pki/tls and /etc/pki/CA directories. |