diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-12 22:53:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-12 23:15:20 +0100 |
| commit | 9bda3fda70912d73266a2dbac5470ca23d2ff6fd (patch) | |
| tree | bf4efad1536b3a8851fc3a7cf91514ba24b4fe1e /src/wx/config_dialog.cc | |
| parent | 94e5ee4943069d839f6b0b8081704d130cd9ec5c (diff) | |
Go back to 10-year certificate validity periods (#2174).
Diffstat (limited to 'src/wx/config_dialog.cc')
| -rw-r--r-- | src/wx/config_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 514a6cde6..c5879d3bb 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -583,6 +583,7 @@ CertificateChainEditor::remake_certificates () _set ( make_shared<dcp::CertificateChain> ( openssl_path (), + CERTIFICATE_VALIDITY_PERIOD, d->organisation (), d->organisational_unit (), d->root_common_name (), |
