Erebus.KMS.Local (Erebus v0.2.0-rc.3) View Source

The Erebus.KMS.Local KMS backend uses a locally stored public/private key pair to encrypt/ decrypt DEKs. It requires 2048 bit RSA keys with OAEP Padding and SHA256 Digest.

When using this backend, please provide the following options:

config :my_app, :erebus, kms_backend: Erebus.KMS.Local, keys_base_path: "some_path", private_key_password: "1234"