WebUI won't save HTTPS certificate key
Posted: Thu Aug 13, 2015 3:09 am
I'm trying to save the SSL key and certificate from the WebUI. But QBT won't save it. There are no error messages describing the problem using the WebUI.
[CAUSE]
The problem is generating the key/certificate using GENRSA.
GENRSA requires a password, and QBT won't accept the key/certificate.
[SOLUTION]
The solution is to generate a key/certificate using x509.
For more information: Linux WebUI setting up HTTPS with self signed SSL certificates. The steps need to be updated to reflect the above soultion.
[CAUSE]
The problem is generating the key/certificate using GENRSA.
GENRSA requires a password, and QBT won't accept the key/certificate.
[SOLUTION]
The solution is to generate a key/certificate using x509.
For more information: Linux WebUI setting up HTTPS with self signed SSL certificates. The steps need to be updated to reflect the above soultion.