From 8a22c5c786f8a1457ece2d0d2eb5ad428fe4b5a5 Mon Sep 17 00:00:00 2001 From: voipmeister <12763807+voipmeister@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:55:09 +0200 Subject: [PATCH] Expanded config template for #563 --- misc/config_template.in.hjson | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc/config_template.in.hjson b/misc/config_template.in.hjson index 94fc02e64..911fd9681 100644 --- a/misc/config_template.in.hjson +++ b/misc/config_template.in.hjson @@ -157,6 +157,13 @@ // // 3 - Finally, set 'enabled' to 'true' // + // ! - If you receive the following error when starting ENiGMA: + // "Error initializing: Error: Cannot parse privateKey: Unsupported key format" + // You might need to convert your key. This can be done as follows: + // + // > openssl rsa -in unsupported.key -out converted.key -traditional + // + // // Additional reading: // - https://blog.sleeplessbeastie.eu/2017/12/28/how-to-generate-private-key/ // - https://gist.github.com/briansmith/2ee42439923d8e65a266994d0f70180b