Christie FTP contains certificate chains, not just leaf certificates.
[dcpomatic.git] / src / wx / download_certificate_panel.h
index f51bcde133c3ec49f88cfc64306b9e72ddfff32d..2ad03f7c0c96d1a00a82d8844684b8a52bc0b53c 100644 (file)
@@ -37,7 +37,8 @@ public:
        virtual bool ready_to_download () const;
 
        void download ();
-       boost::optional<std::string> load (boost::filesystem::path);
+       boost::optional<std::string> load_certificate (boost::filesystem::path);
+       boost::optional<std::string> load_certificate_from_chain (boost::filesystem::path);
        boost::optional<dcp::Certificate> certificate () const;
 
 protected: