Hi All,
I'm currently very very tired and need to get this working, so any help would be greatly appreciated.
First off, I have no idea how SSL Certs work, so please bear with me!
I'm running the latest version of DA on CentOS. using custombuild.
I have applied for a 'POSITIVESSL' SSL cert for http://my.webfora.net and I attempted to install the cert via DA but failed.
I have given the domain/account it's own IP.
I followed this: https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=881&nav=0,1,84
But tbh, i'm not sure if i followed it correctly, named the files correctly etc.
Currently in my custom domain http.conf is:
as you can see i attempted this ca-bundle thing, again not sure if i have done it correctly!
any help would be fantastic, thanks!
as for:
I'm not sure if they the correct files etc
I'm currently very very tired and need to get this working, so any help would be greatly appreciated.
First off, I have no idea how SSL Certs work, so please bear with me!
I'm running the latest version of DA on CentOS. using custombuild.
I have applied for a 'POSITIVESSL' SSL cert for http://my.webfora.net and I attempted to install the cert via DA but failed.
I have given the domain/account it's own IP.
I followed this: https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=881&nav=0,1,84
But tbh, i'm not sure if i followed it correctly, named the files correctly etc.
Currently in my custom domain http.conf is:
Code:
<VirtualHost 85.13.236.213:443>
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
SSLCACertificateFile /usr/local/directadmin/data/users/webfora/domains/webfora.net.cacert
SSLCertificateChainFile /usr/local/directadmin/data/users/webfora/domains/web1.ca-bundle
ServerName www.webfora.net
ServerAlias www.webfora.net webfora.net
ServerAdmin [email protected]
DocumentRoot /home/webfora/domains/webfora.net/private_html
ScriptAlias /cgi-bin/ /home/webfora/domains/webfora.net/public_html/cgi-bin/
UseCanonicalName OFF
SuexecUserGroup webfora webfora
CustomLog /var/log/httpd/domains/webfora.net.bytes bytes
CustomLog /var/log/httpd/domains/webfora.net.log combined
ErrorLog /var/log/httpd/domains/webfora.net.error.log
<Directory /home/webfora/domains/webfora.net/private_html>
Options +Includes -Indexes
php_admin_flag engine ON
<IfModule !mod_php6.c>
php_admin_flag safe_mode OFF
</IfModule>
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
</Directory>
</VirtualHost>
as you can see i attempted this ca-bundle thing, again not sure if i have done it correctly!
any help would be fantastic, thanks!
as for:
Code:
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
SSLCACertificateFile /usr/local/directadmin/data/users/webfora/domains/webfora.net.cacert
SSLCertificateChainFile /usr/local/directadmin/data/users/webfora/domains/web1.ca-bundle
I'm not sure if they the correct files etc
Last edited: