Reload existing certificate chain's details when creating a new one.
[dcpomatic.git] / src / wx / make_signer_chain_dialog.h
index d05b4381f831b627ba726612c5362535c1c43c6c..0ebffeb26f4c44d1124222044b3bddc0f7601830 100644 (file)
 class MakeSignerChainDialog : public TableDialog
 {
 public:
-       MakeSignerChainDialog (wxWindow* parent);
+       MakeSignerChainDialog (
+               wxWindow* parent,
+               std::string organisation,
+               std::string organisational_unit_name,
+               std::string root_common_name,
+               std::string intermediate_common_name,
+               std::string leaf_common_name
+               );
 
        std::string organisation () const {
                return wx_to_std (_organisation->GetValue ());