在Element Software中设置自定义SSL证书时出现"密钥大小"错误
适用场景
- Element软件12.0及更高版本
- Element Management Node (mNode) 12.0及更高版本
问题描述
尝试使用SetSSLCertificate
(cluster)或SetNodeSSLCertificate
(mNode) API方法在Element集群或Element mNode上安装自定义SSL证书时、操作失败并显示以下错误:
"Key size [submitted_key_length] should be a minimum of 2048 bit for RSA
"
例如:
Key size [1024] should be a minimum of 2048 bit for RSA
尝试应用位长度为1024的密钥时。
完整示例:
{
"error": {
"code": 500,
"message": "Key size [1024] should be a minimum of 2048 bit for RSA",
"name": "xInvalidCertificate"
},
"id": null
}