miloserdow / capistrano-deploy

Github Actions for Capistrano
MIT License
128 stars 43 forks source link

Avoiding an "obsolete key derivation" message when deploying #31

Closed cassiompf closed 3 years ago

cassiompf commented 3 years ago

Add 'pbkdf2' arguments to avoid the following message during deployment

/usr/bin/openssl enc -d -aes-256-cbc -md sha512 -salt -in config/deploy_id_rsa_enc -out config/deploy_id_rsa -k *** -a
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
bad decrypt
miloserdow commented 3 years ago

Hi, @cassiompf! Thanks for the fix. Can you please change your commit message into something meaningful?

"Update run.js" would not explain the changes from the first glance.

cassiompf commented 3 years ago

Hi, @cassiompf! Thanks for the fix. Can you please change your commit message into something meaningful?

"Update run.js" would not explain the changes from the first glance.

I changed it here to a more meaningful name. I am not very good with names, so if you have any suggestions for improving my commit title I accept to change.

cassiompf commented 3 years ago

Will you accept the pull request? I had sent another pull request to modify only readme.md