You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for custom certificate key types via environment variables
This change allows users to specify custom key types and elliptic curves
for SSL certificates through CERT_KEY_TYPE and CERT_ELLIPTIC_CURVE
environment variables. This enables support for ECDSA P-256 certificates
and other key types.
When these environment variables are empty or not set, the current
default behavior is preserved, ensuring backward compatibility.
The environment variables are passed as arguments to certbot when
generating or renewing certificates for both HTTP and DNS challenges.
0 commit comments