Revert "Remove wxWidgets' file overwrite checks in favour of our own (because of...
[dcpomatic.git] / src / wx / gdc_certificate_panel.cc
index d4b82d19986102d3fc551471d1713060179044c8..a90f098f51b8e16874d9255cfd70a8763e2fbdf3 100644 (file)
@@ -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())