While using OpenSSL to create a CSR instead of the SDK, the CSR generated sucessfully however I encountered an error related to the serial number while using it through Compliance API. The config.cnf file contains the serial number as shown below:
[alt_names]
SN=14142328-e6a2
How can I resolve this error and successfully create the CSR with OpenSSL?