mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
Actually use BITS constant in example client
This commit is contained in:
@@ -22,7 +22,7 @@ DOMAIN = 'example1.com' # example.com is ignored by Boulder
|
||||
# generate_private_key requires cryptography>=0.5
|
||||
key = jose.JWKRSA(key=rsa.generate_private_key(
|
||||
public_exponent=65537,
|
||||
key_size=2048,
|
||||
key_size=BITS,
|
||||
backend=default_backend()))
|
||||
acme = client.Client(NEW_REG_URL, key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user