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 | 8a579acddeae0c0106e15d82aa7220ac01deba84 (patch) | |
tree | 4e11155e4180b32b666e78ced6345c2017603591 /test/unit | |
parent | 9a39b0101a506738b8e7fd68af39fc73e329025a (diff) | |
download | unit-8a579acddeae0c0106e15d82aa7220ac01deba84.tar.gz unit-8a579acddeae0c0106e15d82aa7220ac01deba84.tar.bz2 |
Tests: made openssl certificates more strong to avoid errors.
Diffstat (limited to '')
-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 ]""" |