mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
Implements support for ECDSA keys. Fixes #2163.
Thanks to @pahrohfit and @Tomoyuki-GH for previous efforts to implement suport for this. Co-Authored-By: Robert Dailey <rob@wargam.es> Co-Authored-By: Tomoyuki-GH <55397638+Tomoyuki-GH@users.noreply.github.com>
This commit is contained in:
co-authored by
Robert Dailey
Tomoyuki-GH
parent
e570e8ad32
commit
47c1045f6d
@@ -7,6 +7,10 @@
|
||||
# certificate on a system with several certificates should not be placed
|
||||
# here.
|
||||
|
||||
# Use ECC for the private key
|
||||
key-type = ecdsa
|
||||
elliptic-curve = secp384r1
|
||||
|
||||
# Use a 4096 bit RSA key instead of 2048
|
||||
rsa-key-size = 4096
|
||||
|
||||
|
||||
Reference in New Issue
Block a user