I've obtained an SSL certificate from Comodo. I try to install it on an apache server using the following steps:
Upload to the directory
/home/perica
these files:bedbids_com.crt
bedbids_com.key
bedbids_com.ca-bundle
Edit
/etc/apache2/sites-available/default-ssl.conf
withSSLEngine on SSLCertificateFile "/home/perica/bedbids_com.crt" SSLCertificateKeyFile "/home/perica/bedbids.key" SSLCertificateChainFile "/home/perica/bedbids_com.ca-bundle"
but at this point ssl is still not enabled. What do I miss?