summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/gdc_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
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())