Erebus.KMS.Local (Erebus v0.2.0-rc.1) View Source
This KMS backend uses locally generate public/private key pairs to encrypt/decrypt DEKs. It requires generated 2048 bit RSA keys with OAEP Padding and SHA256 Digest.
When running it, please provide the following options:
config :my_app, :erebus, kms_backend: Erebus.KMS.Local, keys_base_path: "some_path", private_key_password: "1234"