diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-02-09 14:40:46 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-02-09 14:40:47 -0800 |
commit | a674c7edcf34ca41c814ac7a7425d10c5bc371ec (patch) | |
tree | d5482647573a07337dd793db50c4270da4ac5ab7 /t/lib-httpd/ssl.cnf | |
parent | 2c91b13751308f47043f23d224dbc1215e42f16b (diff) | |
parent | b08edf709dfcd79c3691370930cd89c4b9b16d2f (diff) |
Merge branch 'jk/httpd-test-updates'
Test update.
* jk/httpd-test-updates:
t/lib-httpd: increase ssl key size to 2048 bits
t/lib-httpd: drop SSLMutex config
t/lib-httpd: bump required apache version to 2.4
t/lib-httpd: bump required apache version to 2.2
Diffstat (limited to 't/lib-httpd/ssl.cnf')
-rw-r--r-- | t/lib-httpd/ssl.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-httpd/ssl.cnf b/t/lib-httpd/ssl.cnf index 6dab2579cb..812e8253f0 100644 --- a/t/lib-httpd/ssl.cnf +++ b/t/lib-httpd/ssl.cnf @@ -1,7 +1,7 @@ RANDFILE = $ENV::RANDFILE_PATH [ req ] -default_bits = 1024 +default_bits = 2048 distinguished_name = req_distinguished_name prompt = no [ req_distinguished_name ] |