mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
* System: Trust: Settings - add boilerplate and move existing store_intermediate_certs setting to new module including migration * System: Trust: Settings - add configuration constraints and glue to flush CRL's to local trust store when requested. This implements the following options: * Enable/Disable legacy providers (enabled by default, which is the current default) * Option to write specific configuration constraints, when enabled, CipherString, Ciphersuites and MinProtocol[DTS] can be configured One last piece of the puzzle is the "crl" event action, which should deploy to the local trust store as well ehen requested. * Update src/opnsense/mvc/app/models/OPNsense/Core/Menu/Menu.xml Co-authored-by: Franco Fichtner <franco@opnsense.org> * System: Trust: Settings - process review comments https://github.com/opnsense/core/pull/7854 * System: Trust: Settings - flush CRL's when "Store CRL's" is selected --------- Co-authored-by: Franco Fichtner <franco@opnsense.org>