Pass certificate validity length into the constructor.
[libdcp.git] / src / certificate_chain.h
index 934e1fc5cb521b978a81a754bdfcf9e715308354..df9f4ccfbf723fab1f1abf679abf0652e0d83c3a 100644 (file)
@@ -86,6 +86,7 @@ public:
         */
        CertificateChain (
                boost::filesystem::path openssl,
+               int validity_in_days,
                std::string organisation = "example.org",
                std::string organisational_unit = "example.org",
                std::string root_common_name = ".smpte-430-2.ROOT.NOT_FOR_PRODUCTION",