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
I did it slightly differently in openssl-1.0.1e-39.fc21.