Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 855883 Details for
Bug 1058108
Allow user-configurable key size and expiration parameters
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to implement needed Makefile parameters
openssl-makefile.patch (text/plain), 1.28 KB, created by
Peter Backes
on 2014-01-27 03:13:00 UTC
(
hide
)
Description:
patch to implement needed Makefile parameters
Filename:
MIME Type:
Creator:
Peter Backes
Created:
2014-01-27 03:13:00 UTC
Size:
1.28 KB
patch
obsolete
>--- /etc/pki/tls/certs/Makefile.old 2014-01-07 15:52:00.000000000 +0100 >+++ /etc/pki/tls/certs/Makefile 2014-01-27 04:03:44.883052969 +0100 >@@ -1,5 +1,7 @@ > UTF8 := $(shell locale -c LC_CTYPE -k | grep -q charmap.*UTF-8 && echo -utf8) > SERIAL=0 >+DAYS=365 >+TYPE=rsa:2048 > > .PHONY: usage > .SUFFIXES: .key .csr .crt .pem >@@ -38,7 +40,7 @@ > umask 77 ; \ > PEM1=`/bin/mktemp /tmp/openssl.XXXXXX` ; \ > PEM2=`/bin/mktemp /tmp/openssl.XXXXXX` ; \ >- /usr/bin/openssl req $(UTF8) -newkey rsa:2048 -keyout $$PEM1 -nodes -x509 -days 365 -out $$PEM2 -set_serial $(SERIAL) ; \ >+ /usr/bin/openssl req $(UTF8) -newkey $(TYPE) -keyout $$PEM1 -nodes -x509 -days $(DAYS) -out $$PEM2 -set_serial $(SERIAL) ; \ > cat $$PEM1 > $@ ; \ > echo "" >> $@ ; \ > cat $$PEM2 >> $@ ; \ >@@ -54,7 +56,7 @@ > > %.crt: %.key > umask 77 ; \ >- /usr/bin/openssl req $(UTF8) -new -key $^ -x509 -days 365 -out $@ -set_serial $(SERIAL) >+ /usr/bin/openssl req $(UTF8) -new -key $^ -x509 -days $(DAYS) -out $@ -set_serial $(SERIAL) > > TLSROOT=/etc/pki/tls > KEY=$(TLSROOT)/private/localhost.key >@@ -71,4 +73,4 @@ > > $(CRT): $(KEY) > umask 77 ; \ >- /usr/bin/openssl req $(UTF8) -new -key $(KEY) -x509 -days 365 -out $(CRT) -set_serial $(SERIAL) >+ /usr/bin/openssl req $(UTF8) -new -key $(KEY) -x509 -days $(DAYS) -out $(CRT) -set_serial $(SERIAL)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1058108
: 855883