重要提示:请记住定期使用包含的可执行文件“certifed-update”来保持证书包的最新状态

时间:2015-09-08 15:55:39

标签: ruby gem

$ gem install bundler

给了我(在成功安装结束时):

Post-install message from certified:
IMPORTANT: Remember to use the included executable `certifed-update` regularly to keep your certificate bundle up to date.

我无法看到我将如何记住将此可执行文件无限期保持最新状态。有什么建议吗?

2 个答案:

答案 0 :(得分:0)

您似乎正在使用this gem并且在gem install bundler之后以某种方式运行。尝试通过gem uninstall certified将其删除,然后重新运行gem install bundler

答案 1 :(得分:0)

消息中有一个拼写错误:certifed-update不存在,它是certified-update(注意缺少“i”)。这很奇怪,因为这个拼写错误是fixed在最新的宝石代码中(也许作者忘了发布一个新版本,谁知道)

您可以使用以下方式手动运行此工具:

bundle exec certified-update

产生此消息:

  

从中更新ca-bundle   https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt   证书包已更新。记得经常这样做!

为了记住更新证书,您可以在日历中配置定期提醒,或者您可以设置cron作业或类似作品以自动生成; - )