Quote:
Originally Posted by till
Thats ok, it means that there is no valid ssl certificate created yet for that website. Go to the ssl tab and create a ssl cert.
|
Thank You,
I removed certificate by choosing SSL action 'Delete Certificate'. Folder .../web/ssl/ is empty now. I also cleared all textboxes on 'Web Domain' and I checked vhost file (OK - it is without SSL directives).
Now I started from the beginning.
I filled all required fields (Now State, Locality, Organisation, Organisation Unit, Country, SSL Domain) and choose SSL Action 'Create Certificate'.
And... It works!
Folder .../web/ssl has now these files:
Code:
# ls -l /var/www/clients/client23/web91/ssl
total 16
-rw-r--r-- 1 root root 1322 Oct 24 12:14 my.domain.crt
-rw-r--r-- 1 root root 1115 Oct 24 12:14 my.domain.csr
-r-------- 1 root root 1675 Oct 24 12:14 my.domain.key
-rw-r--r-- 1 root root 1743 Oct 24 12:14 my.domain.key.org
SSL works but of cource certificate is untrusted.
Now I have to figure out how to put COMODO Certificate.
SSL Bundle textbox is empty so I should fill this box with intermediate cert (file: COMODOHigh-AssuranceSecureServerCA.crt) ?
What else should I do ?