Hello, I am trying to get an SSL installed and running on my apache server. I’ve followed this tutorial exactly: http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/ but I am getting this error:
Invalid command ‘-----BEGIN’, perhaps misspelled or defined by a module not included in the server configuration
This is an Ubuntu server running apache 2
It appears the server is trying to load the first line of the crt file which is the Begin comment. Does anyone know how to fix this?
Thanks