Skip to content
Snippets Groups Projects
Commit fb1f0354 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

certbot: Use ECDSA (P-256) certificates, not RSA

certbot switched to ECDSA by default about two years ago, following
[recommended practices][1].

We are currently using RSA with 4096 bits, which is extremely slow to
sign. Using ECDSA should give us a nice speedup.

[1]: https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29
parent 6172c319
No related branches found
No related tags found
1 merge request!844certbot: Use ECDSA (P-256) certificates, not RSA
Pipeline #102867 passed