Spring Cloud Config - 抛出无效私钥错误
原因:属性“spring.cloud.config.server.git.privateKey”不是有效的私钥。我已经使用以下命令生成了 SSH 密钥 - ssh-keygen -m PEM -t rsa -b 4096。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在将“密码短语”添加到属性文件后,我已经解决了该问题,如所附消息中突出显示的那样。 “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.