From 0794e516592c32d1d3461725dcc5b54bfc4b36c4 Mon Sep 17 00:00:00 2001 From: phl0 Date: Sun, 4 Jan 2026 20:40:36 +0100 Subject: [PATCH] Add hints to LoTW FAQ page in Wiki --- application/controllers/Lotw.php | 2 +- application/views/lotw_views/upload_cert.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 798d08a02..b7019b49a 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -445,7 +445,7 @@ class Lotw extends CI_Controller { unlink($file); // OpenSSL error:11800071:PKCS12 routines::mac verify failure is most likely an (unknown) password set on the exported certificate if (str_contains($openssl_error_pkcs12_read, 'mac verify failure')) { - $this->session->set_flashdata('warning', sprintf(__("The certificate found in file %s contains a password and cannot be processed. %s Please make sure you export the LoTW certificate from tqsl application without password! %s"), basename($file), '', '')); + $this->session->set_flashdata('warning', sprintf(__("The certificate found in file %s contains a password and cannot be processed. %sPlease make sure you export the LoTW certificate from tqsl application without password!%s For further information please visit the %sLoTW FAQ page%s in the Wavelog Wiki."), basename($file), '', '', '', '')); } else { $this->session->set_flashdata('warning', sprintf(__("Generic error extracting the certificate from file %s. If the filename contains 'key-only' this is typically a certificate request which has not been processed by LoTW yet."), basename($file))); } diff --git a/application/views/lotw_views/upload_cert.php b/application/views/lotw_views/upload_cert.php index 0466bbb12..5bd12cd55 100644 --- a/application/views/lotw_views/upload_cert.php +++ b/application/views/lotw_views/upload_cert.php @@ -25,6 +25,7 @@
  • +
  • ', ''); ?>