Merge lp:~morphis/charm-haproxy/fix-tls-on-focal into lp:charm-haproxy

Proposed by Simon Fels
Status: Merged
Approved by: Joel Sing
Approved revision: 141
Merged at revision: 141
Proposed branch: lp:~morphis/charm-haproxy/fix-tls-on-focal
Merge into: lp:charm-haproxy
Diff against target: 12 lines (+1/-1)
1 file modified
data/openssl.cnf (+1/-1)
To merge this branch: bzr merge lp:~morphis/charm-haproxy/fix-tls-on-focal
Reviewer Review Type Date Requested Status
Joel Sing (community) +1 Approve
Canonical IS Reviewers Pending
Review via email: mp+387279@code.launchpad.net

Commit message

Bump key bits to 2048

As of Ubuntu 20.04 OpenSSL requires at minimum a 2048 bit key. See
https://wiki.debian.org/ContinuousIntegration/TriagingTips/openssl-1.1.1

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Joel Sing (jsing) wrote :

LGTM

review: Approve (+1)
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 141

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/openssl.cnf'
2--- data/openssl.cnf 2018-07-10 13:37:55 +0000
3+++ data/openssl.cnf 2020-07-13 08:30:18 +0000
4@@ -1,7 +1,7 @@
5 RANDFILE = /dev/urandom
6
7 [ req ]
8-default_bits = 1024
9+default_bits = 2048
10 default_keyfile = privkey.pem
11 distinguished_name = req_distinguished_name
12 prompt = no

Subscribers

People subscribed via source and target branches

to all changes: