Closed (fixed)
Project:
Easy Encryption
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2025 at 09:50 UTC
Updated:
17 Dec 2025 at 11:12 UTC
Jump to comment: Most recent
... and also automatically remove it when the module is uninstalled and enforce manual removal via an uninstall validator.
If we only going to have one public/private encryption key per site (instance) then we can move the encryption key creation to module install time, at least the first attempt for setup keys could happen there, an the key provider *may* have fail-safe in it to create missing public/private keys if necessary. (However if the install time logic is implemented I would probably prefer not having a automatic fail-safe in the key provider, but probably instead a requirements check with an admin UI to fix the incorrect configuration if necessary. TBD)
Comments
Comment #2
mxr576This has been implemented part of the work on #3563227: Add support for key rotation.
Because
Comment #4
mxr576