From 59301decab15f39dc8ffc77df663fcd33d34e2e8 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Tue, 18 Dec 2018 21:00:16 +0100 Subject: [PATCH] [Web] Add hint to DKIM key import for RSA PKCS#8 Adding hint to explicitly provide a RSA Private key in the newer PKCS#8 format, as the webinterface denies the key with a cryptic error message otherwise: `Private key error: error:0EFFF06C:configuration file routines:CRYPTO_internal:no value`. To prevent frustrated users I'd add a simple notice which format is expected. PKCS#8 is also the default format when generating keys directly in the webinterface. Some interesting resources: https://stackoverflow.com/questions/20065304/differences-between-begin-rsa-private-key-and-begin-private-key https://stackoverflow.com/questions/17733536/how-to-convert-a-private-key-to-an-rsa-private-key --- data/web/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/admin.php b/data/web/admin.php index 2241da86..3cd1f0d3 100644 --- a/data/web/admin.php +++ b/data/web/admin.php @@ -333,7 +333,7 @@ $tfa_data = get_tfa();
- +