diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-12 21:22:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-12 23:13:56 +0100 |
| commit | 0bf04f1817f97e70a918aa12369e04699ae10f46 (patch) | |
| tree | af36729b0f2cb35c9afc53e8a0cade21f80ad8a8 /src/certificate_chain.h | |
| parent | d6b800e1c9a3cdb4f85a2308190afe9f0a856ed4 (diff) | |
Pass certificate validity length into the constructor.v1.8.7
Diffstat (limited to 'src/certificate_chain.h')
| -rw-r--r-- | src/certificate_chain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certificate_chain.h b/src/certificate_chain.h index 934e1fc5..df9f4ccf 100644 --- a/src/certificate_chain.h +++ b/src/certificate_chain.h @@ -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", |
