Problem:
SSL cert procedure: https://www.liquidware.com/content/pdf/documents/support/Liquidware-How-Place-Signed-SSL-Certificate-Stratusphere-Appliances.pdf
After putting in a new SSL cert, you get a permission error when restarting HTTPD service. This error is prevalent on appliances where the CSR file was generated outside of the appliance. In /var/log/httpd/error_log:
[Mon Apr 08 16:35:49 2019] [error] (13)Permission denied: Init: Can't open server certificate file /etc/lwl/ssl/ssl.crt
Possible resolution:
Putty/ssh into the appliance as friend and run:
➢ sudo restorecon -RvF /etc/lwl/ssl
Restart httpd. On versions up to 6.1.1, use the following command:
➢ sudo /etc/init.d/httpd restart
On versions 6.1.3-6.1.5 use the following command:
➢ sudo /etc/init.d/lwl-httpd24 restart
On versions 6.5 and higher, use the following command:
➢ sudo systemctl restart httpd
Product: Stratusphere FIT/UX
Product Version: All
Expires on: 365 days from publish date
Updated: February 25, 2021