Univention Bugzilla – Attachment 5229 Details for
Bug 30545
univention-certificate - defaults bits for key should be configurable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Increase certificate length to 2048 bit
2048_bit_certificate_length.patch (text/plain), 858 bytes, created by
Jan Christoph Ebersbach
on 2013-05-18 16:45:46 CEST
(
hide
)
Description:
Increase certificate length to 2048 bit
Filename:
MIME Type:
Creator:
Jan Christoph Ebersbach
Created:
2013-05-18 16:45:46 CEST
Size:
858 bytes
patch
obsolete
>--- /usr/share/univention-ssl/make-certificates.sh.orig 2013-05-18 16:43:02.000000000 +0200 >+++ /usr/share/univention-ssl/make-certificates.sh 2013-05-18 16:30:31.000000000 +0200 >@@ -128,7 +128,7 @@ > > [ req ] > >-default_bits = 1024 >+default_bits = 2048 > default_keyfile = privkey.pem > distinguished_name = req_distinguished_name > attributes = req_attributes >@@ -278,7 +278,7 @@ > # make the root-CA configuration file > mk_config openssl.cnf "$PASSWD" "$DEFAULT_DAYS" "$ssl_common" > >- openssl genrsa -des3 -passout pass:"$PASSWD" -out "${CA}/private/CAkey.pem" 1024 >+ openssl genrsa -des3 -passout pass:"$PASSWD" -out "${CA}/private/CAkey.pem" 2048 > yes '' | openssl req -config openssl.cnf -new -x509 -days "$DEFAULT_DAYS" -key "${CA}/private/CAkey.pem" -out "${CA}/CAcert.pem" > > # copy the public key to a place, from where browsers can access it
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 30545
: 5229