Skip to content

Commit 7015ab9

Browse files
authored
Fixed ydb-local certs verify for openssl 3.0.0+ (#26586)
1 parent a05120e commit 7015ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/library/harness/tls_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def generate_selfsigned_cert(hostname):
1414
key = rsa.generate_private_key(
1515
public_exponent=65537,
16-
key_size=1024,
16+
key_size=2048,
1717
backend=default_backend()
1818
)
1919

0 commit comments

Comments
 (0)