gpt4 book ai didi

ssl - Heroku 删除证书时出现错误

转载 作者:太空宇宙 更新时间:2023-11-03 14:28:26 26 4
gpt4 key购买 nike

我正在尝试删除证书或在 Heroku 上更新但没有成功执行命令:

heroku certs:remove --endpoint -a heroku-app-ssl

错误:

Error: Unexpected argument: heroku-app-ssl

站在文档上,-a heroku-app-ssl 是关于我的 Heroku 应用程序名称的,上面就是这样,但给我错误,所以我不明白哪里出了问题。

我需要删除旧证书并放置一个新证书,但这个错误阻止了我。

我遵循了这个文档: https://devcenter.heroku.com/articles/ssl-endpoint

最佳答案

取出-a:

heroku certs:remove --endpoint heroku-app-ssl

它不包含在您引用的文档中。

如果您收到有关需要 -a 的错误,这可能表明您已将多个 Heroku 应用程序连接到此存储库,例如一个登台和一个生产应用程序。在这种情况下,您可以添加 -a,但您需要单独提供应用程序名称(不是 SSL 域):

heroku certs:remove --endpoint heroku-app-ssl -a heroku-app

您可能已经在这样做了,但我也敦促您转到 newer Heroku SSL服务。它是免费的,并且比旧的 SSL Endpoint 付费插件简单得多。

关于ssl - Heroku 删除证书时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54883364/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com