"Missing ExtendedKeyUsage (EKU) extension" error when setting a custom SSL certificate in Element Software
Applies to
- Element Software versions 12.2 and above
- Element management node (mNode) version 12.2 and above
Issue
When attempting to install a custom SSL Certificate on an Element cluster or mNode on 12.2 and above using the SetSSLCertificate
(cluster) or SetNodeSSLCertificate
(mNode) API methods, the operation fails with the following error:
{
"error": {
"code": 500,
"message": "Invalid certificate. Missing ExtendedKeyUsage (EKU) extension for Web Server Authentication.",
"name": "xInvalidCertificate"
},
"id": null
}