Set KEY_ALFO default to rsa - thanks Knuddi [SME: 13109]

This commit is contained in:
John Crisp
2025-08-25 15:42:05 +02:00
parent fa30cb09be
commit c31367eee3
3 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1 @@
rsa

View File

@@ -1,6 +1,6 @@
# Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1
# KEY_ALGO=secp384r1 (default)
#elliptic curve was not supported (qpsmtpd and perl-IO-Socket-SSL < 1.95)
# elliptic curve was not supported (qpsmtpd and perl-IO-Socket-SSL < 1.95)
# SME 11 has perl-IO-Socket-SSL-2.066
#KEY_ALGO=rsa
KEY_ALGO="{$letsencrypt{algorithm}||rsa}"