We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05120e commit 7015ab9Copy full SHA for 7015ab9
ydb/tests/library/harness/tls_tools.py
@@ -13,7 +13,7 @@
13
def generate_selfsigned_cert(hostname):
14
key = rsa.generate_private_key(
15
public_exponent=65537,
16
- key_size=1024,
+ key_size=2048,
17
backend=default_backend()
18
)
19
0 commit comments