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 # Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1
# KEY_ALGO=secp384r1 (default) # 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 # SME 11 has perl-IO-Socket-SSL-2.066
#KEY_ALGO=rsa KEY_ALGO="{$letsencrypt{algorithm}||rsa}"

View File

@@ -1,6 +1,6 @@
%define name smeserver-certificates %define name smeserver-certificates
%define version 11.0 %define version 11.0
%define release 7 %define release 8
Summary: This is what smeserver-certificates does. Summary: This is what smeserver-certificates does.
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@@ -18,13 +18,17 @@ Requires: smeserver-release >= 11.0
Requires: q Requires: q
Requires: jq Requires: jq
Requires: dehydrated >= 0.6.5 Requires: dehydrated >= 0.6.5
Requires: smeserver-manager >= 11.0.0-52 Requires: smeserver-manager >= 11.0.0-110
AutoReqProv: no AutoReqProv: no
%description %description
%changelog %changelog
* Mon Aug 25 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0-8.sme
- Set KEY_ALFO default to rsa - thanks Knuddi [SME: 13109]
- bump server-manager version
* Fri Jun 27 2025 Brian Read <brianr@koozali.org> 11.0-7.sme * Fri Jun 27 2025 Brian Read <brianr@koozali.org> 11.0-7.sme
- Bring default theme into line with changes made for AdminLTE theme [SME: 13049] - Bring default theme into line with changes made for AdminLTE theme [SME: 13049]