SSL Install / WHM - This is ridiculous
Well, I've been trying to get my ssl cert that I finally got back from thawte to work for about four hours. got the ssl test cert they offer working. But not this new real one.I have the .crt and .key files where they need to be.. My httpd.conf
is as follows, it seems to me to be ok.
--
<VirtualHost 64.21.85.77:443>
ServerAdmin webmaster@diatone.net
DocumentRoot /home/diatone/public_html
ServerName diatone.net
CustomLog /usr/local/apache/domlogs/diatone.net-ssl_log "%t %{version}c %{cipher}c %{clientcert}c"
SSLVerifyClient none
SSLEnable
SSLCertificateFile /usr/share/ssl/certs/diatone.net.crt
SSLCertificateKeyFile /usr/share/ssl/private/diatone.net.key
SSLLogFile /var/log/diatone.net
UserDir public_html
ScriptAlias /cgi-bin/ /home/diatone/public_html/cgi-bin/
</VirtualHost>
--
I installed it via WHM.. But then went and made sure everything was ok.. Restarted services, etc. No luck
When I run apachectl configtest I get
Syntax error on line 3987 of /usr/local/apache/conf/httpd.conf:
Invalid command 'SSLVerifyClient', perhaps mis-spelled or defined by a module not included in the server configuration
Can anyone please help me with this crap.. Thanks so much..