From 32e2c7b2a3cfabc9110f0b4720cc5d48185f9934 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 15 Aug 2018 16:37:04 +0100 Subject: [PATCH] Missing extension (thanks Igor). --- src/wx/gdc_certificate_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc index d4b82d199..a90f098f5 100644 --- a/src/wx/gdc_certificate_panel.cc +++ b/src/wx/gdc_certificate_panel.cc @@ -45,7 +45,7 @@ GDCCertificatePanel::do_download () } string const url = String::compose( - "ftp://%1:%2@ftp.gdc-tech.com/SHA256/A%3", + "ftp://%1:%2@ftp.gdc-tech.com/SHA256/A%3.crt.pem", Config::instance()->gdc_username().get(), Config::instance()->gdc_password().get(), wx_to_std(_serial->GetValue()) -- 2.30.2