diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-08 20:46:06 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-08 20:46:06 +0300 |
commit | d7516e5f4e7709853c5f010f149acf8822c81788 (patch) | |
tree | faf5aec2369d816451c62c1e00e9eca16d245eb1 /test/unit/applications | |
parent | 4ea7d714056f63486a4c3a7d0953e513e898b4ba (diff) | |
download | unit-d7516e5f4e7709853c5f010f149acf8822c81788.tar.gz unit-d7516e5f4e7709853c5f010f149acf8822c81788.tar.bz2 |
Tests: made openssl certificates more strong to avoid errors.
Diffstat (limited to 'test/unit/applications')
-rw-r--r-- | test/unit/applications/tls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/applications/tls.py b/test/unit/applications/tls.py index 83cc1a03..c8287ac5 100644 --- a/test/unit/applications/tls.py +++ b/test/unit/applications/tls.py @@ -68,7 +68,7 @@ class TestApplicationTLS(TestApplicationProto): with open(self.testdir + '/openssl.conf', 'w') as f: f.write( """[ req ] -default_bits = 1024 +default_bits = 2048 encrypt_key = no distinguished_name = req_distinguished_name [ req_distinguished_name ]""" |