howtos:renew_webui_certificate
First generate a new self signed certificate from bash. Once that's active, restart httpd and the GUI should come back up.
Use the command below to generate a new self signed certificate for management:
openssl req -x509 -nodes -newkey rsa:2048 -keyout /config/httpd/conf/ssl.key/server.key -out /config/httpd/conf/ssl.crt/server.crt -days 3650
Once the above command has been executed successfully, restart httpd using command below:
bigstart restart httpd
Once the above steps are followed, the GUI should be accessible via browser.
howtos/renew_webui_certificate.txt · Last modified: 14/04/2021 17:51 by domingo