$ 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.
我无法看到我将如何记住将此可执行文件无限期保持最新状态。有什么建议吗?
答案 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作业或类似作品以自动生成; - )