User Tools

Site Tools


howtos:renew_webui_certificate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
howtos:renew_webui_certificate [14/04/2021 17:48] – created domingohowtos:renew_webui_certificate [14/04/2021 17:51] domingo
Line 1: Line 1:
 +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:
 <code> <code>
 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 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
 </code> </code>
 +Once the above command has been executed successfully, restart httpd using command below:
 +<code>
 +bigstart restart httpd
 +</code>
 +Once the above steps are followed, the GUI should be accessible via browser.
howtos/renew_webui_certificate.txt · Last modified: 12/02/2024 15:40 by domingo