Failed to Generate an OpenSSL Certificate When Deploying Nginx on a VM During vKAE Deployment
Symptom
During vKAE deployment and Nginx deployment on a VM, the following information is displayed when an OpenSSL certificate is to be generated:
unable to find 'distinguished_name' in config
Key Process and Cause Analysis
The certificate generation conflicts with the export OPENSSL_CONF=/home/openssl.cnf command executed to verify the KAE performance during vKAE deployment on VMs.
Conclusion and Solution
- Run the following command to rectify the fault:
unset OPENSSL_CONF
- Regenerate an OpenSSL certificate.
openssl req -new -key server_2048.key -out server_2048.csr
Parent topic: Native Development