diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-15 16:37:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-15 16:37:04 +0100 |
| commit | 32e2c7b2a3cfabc9110f0b4720cc5d48185f9934 (patch) | |
| tree | 38775332061bf2dc547bd9e826530ea5135e4e4e | |
| parent | d9561404372d187ea7813389ac69545de614f259 (diff) | |
Missing extension (thanks Igor).
| -rw-r--r-- | src/wx/gdc_certificate_panel.cc | 2 |
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()) |
