diff options
| author | mo <mo.khan@gmail.com> | 2017-12-21 17:07:47 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-12-21 17:07:47 -0700 |
| commit | 3fb1ce989dd74d1f612b4a1b603fdb24ceb3fb7b (patch) | |
| tree | 7253edb007ba6722d15ff2cc89080c5aebf85829 | |
| parent | 1abd961bf7af1aca19b51cf603dfb9aa24a45080 (diff) | |
password -> passphrase
| -rw-r--r-- | app/models/metadatum.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/metadatum.rb b/app/models/metadatum.rb index 2c5cfb6..e16e8c7 100644 --- a/app/models/metadatum.rb +++ b/app/models/metadatum.rb @@ -19,7 +19,7 @@ class Metadatum < ApplicationRecord config.add_key_pair( certificate.pem, certificate.private_key_pem, - password: nil, + passphrase: nil, use: certificate.use.to_sym, ) end |
