Search found 1 match

by alex_john_m
28 Apr 2020, 15:12
Forum: General Discussion (csf)
Topic: UI not loading on default config with SSL certificate error?
Replies: 6
Views: 5760

Re: UI not loading on default config with SSL certificate error?

On my server I fixed this by deleting the existing certificate and key an generating a new self signed certificate and key rm -f /etc/csf/ui/server.key rm -f /etc/csf/ui/server.crt openssl req -newkey rsa:2048 -nodes -keyout /etc/csf/ui/server.key -x509 -days 365 -out /etc/csf/ui/server.crt csf -r