Error: The certificate uses an unsupported signature algorithm: 1.2.840.113549.1.1.5. Supported algorithms are: [SHA256WithRsaEncryption, SHA384WithRsaEncryption, ECDSA-WITH-SHA256, ECDSA-WITH-SHA384, ECDSA-WITH-SHA512, SHA512WithRsaEncryption, DSA-WITH-SHA256] (Error code: 2071)
1.2.840.113549.1.1.5 is sha1-with-rsa-signatureVMware NSX
This error arises because NSX 4.2 exclusively supports certificates compliant with OpenSSL 3.0 standards, which enforce stricter cryptographic requirements. Certificates using deprecated or weak algorithms such as SHA1, MD5, or with a key size of 1024 bits are no longer compatible. Additionally, cipher suites or protocols considered insecure, like 3DES, SSL 3.0, TLS 1.0, and TLS 1.1, are also unsupported.
When importing a leaf certificate, the whole chain must be provided (as per NSX Documentation - Import a Self-signed or CA-signed Certificate). Every certificate must use a supported signature algorithm (even the root CA certificate).
To resolve the issue, you must replace the certificate with one that meets the following minimum requirements:
Cryptographic Support (Page 1483)