生成用于对称加密的配置文件

时间:2017-11-04 01:53:06

标签: ruby

我试图在Ruby项目中使用symmetric-encryption,但我很难生成配置文件。

我尝试使用配置指南中所述的symmetric-encryption --generate命令,但它无效。

symmetric-encryption: No such file or directory

我还尝试安装binstub并运行bin/symmetric-encryption --generate --app-name my_app --environments "development,test,preprod,acceptance,production",但我得到了

Unknown switches '--generate, --app-name, --environments'

如何生成文件或我可以获取样本的任何想法?

由于

0 个答案:

没有答案