diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-12 15:55:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-12 15:55:47 +0100 |
| commit | 4b48bfa7f069092e53bc7fcba93a99d34b18be8a (patch) | |
| tree | 77c7c30dea3974e28f75bfccdd077efa85487c90 /src/certificate_chain.h | |
| parent | 575129cca8f3161881fab63bf2961d102c24c286 (diff) | |
Make certificate chain validity a parameter of the constructor.v1.6.19
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 63ef8901..81ac098a 100644 --- a/src/certificate_chain.h +++ b/src/certificate_chain.h @@ -76,6 +76,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", |
