You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although setting RSA keys in the database makes things easy for the majority of users, it would be nice if we could customize where the RSA keys are retrieved from.
This enables us to use secret stores like AWS Secrets Manager, Vault, etc to store the private keys. Also enables the import, rotation, etc, of the keys from PKI providers.
I've created a PR #407 to enable this functionality via the use of a hook similar to the other hooks for this plugin.
Looking forward to a response! :)
The text was updated successfully, but these errors were encountered:
Although setting RSA keys in the database makes things easy for the majority of users, it would be nice if we could customize where the RSA keys are retrieved from.
This enables us to use secret stores like AWS Secrets Manager, Vault, etc to store the private keys. Also enables the import, rotation, etc, of the keys from PKI providers.
I've created a PR #407 to enable this functionality via the use of a hook similar to the other hooks for this plugin.
Looking forward to a response! :)
The text was updated successfully, but these errors were encountered: