Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bench/config/templates/letsencrypt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# All flags used by the client can be configured here. Run Certbot with
# "--help" to learn more about the available options.

# Use a 4096 bit RSA key instead of 2048
rsa-key-size = 4096
# Use ECC for the private key
key-type = ecdsa
elliptic-curve = secp384r1

# Uncomment and update to register with the specified e-mail address
#email = email@domain.com
Expand Down