Spring Cloud Config - 抛出无效私钥错误

发布于 2025-01-12 08:31:08 字数 488 浏览 0 评论 0 原文

原因:属性“spring.cloud.config.server.git.privateKey”不是有效的私钥。我已经使用以下命令生成了 SSH 密钥 - ssh-keygen -m PEM -t rsa -b 4096。

我已经使用 putty gen、Git bash 等多种方式生成了密钥,但我仍然得到无效的私钥。 我是使用 Windows 10 专业版和 github 存储库进行集中配置></a>。附上配置文件和错误日志文件<a href=在此处输入图像描述

Reason: Property 'spring.cloud.config.server.git.privateKey' is not a valid private key. I have generated SSH key with follwoing command - ssh-keygen -m PEM -t rsa -b 4096.

I have generated the keys with multiple ways like putty gen, Git bash etc., but still I am getting invalid private key.
I am using windows 10 pro edition and github repo for centralized configuration. attached the configuration file and error log fileenter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泪是无色的血 2025-01-19 08:31:08

在将“密码短语”添加到属性文件后,我已经解决了该问题,如所附消息中突出显示的那样。 “passphrase”将在生成密钥时生成。
输入图片此处描述

I have fixed the issue After adding the "passphrase" to properties file as highlighted in th attached message. "passphrase" will be generated at the time of generating keys.
enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文