Bug 1058108
| Summary: | Allow user-configurable key size and expiration parameters | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Backes <rtc> | ||||
| Component: | openssl | Assignee: | Tomas Mraz <tmraz> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | tmraz | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-02-06 17:10:28 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
I did it slightly differently in openssl-1.0.1e-39.fc21. |
Created attachment 855883 [details] patch to implement needed Makefile parameters Description of problem: /etc/pki/tls/certs/Makefile generates keys with hard coded key size and expiration parameters only Version-Release number of selected component (if applicable): openssl-1.0.1e-37.fc20.i686 How reproducible: always Steps to Reproduce: 1. cd /etc/pki/tls/certs 2. make sendmail.pem DAYS=183 TYPE=rsa:3072 Actual results: key with default 365 day expiry and RSA 2048 bits is generated Expected results: key is generated with user specified parameters