Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Dec 17, 2014 12:02 am 
Offline
Senior Member

Joined: Fri May 02, 2014 5:20 pm
Posts: 58
Website: http://www.sturmkrieg.ru
Location: Richmond
Can someone please ELI5 how I go to where I download the cert and then install it. I tried following instructions but I haven't got it to work. I'm using Apache and Debian.

I have this in the virtual host file:

Code:
<VirtualHost 23.239.27.244:443>
     SSLEngine On
     SSLCertificateFile /etc/apache2/ssl/redsec.ru.crt
     SSLCertificateKeyFile /etc/apache2/ssl/redsec.ru.key
     SSLCACertificateFile /etc/apache2/ssl/sub.class1.server.ca.pem

     ServerAdmin webmaster@redsec.ru
     ServerName redsec.ru
     DocumentRoot /file/path/www
     ErrorLog  /file/path/log/error.log
     CustomLog /file/path/log/access.log combined
</VirtualHost>


and these files:

ca.pem private.key redsec.ru.csr redsec.ru.key ssl.crt sub.class1.server.ca.pem


Top
   
PostPosted: Wed Dec 17, 2014 1:14 am 
Offline
Senior Member

Joined: Fri May 02, 2014 5:20 pm
Posts: 58
Website: http://www.sturmkrieg.ru
Location: Richmond
Just found this guide:

https://www.digitalocean.com/community/ ... e-on-a-vps

I was able to fix it. I have this:

Code:
<VirtualHost 23.239.27.244:443>
     SSLEngine On
     SSLCertificateFile /etc/apache2/ssl/ssl.crt
     SSLCertificateKeyFile /etc/apache2/ssl/private.key
     SSLCertificateChainFile /etc/apache2/ssl/sub.class1.server.ca.pem

     ServerAdmin webmaster@redsec.ru
     ServerName redsec.ru
     DocumentRoot /file/path/www
     ErrorLog  /file/path/log/error.log
     CustomLog /file/path/log/access.log combined
</VirtualHost>


Top
   
PostPosted: Wed Dec 17, 2014 11:01 am 
Offline
Senior Member

Joined: Fri May 02, 2014 5:20 pm
Posts: 58
Website: http://www.sturmkrieg.ru
Location: Richmond
Google Chrome on Android does not trust it.


Top
   
PostPosted: Wed Dec 17, 2014 12:19 pm 
Offline
Senior Member
User avatar

Joined: Tue Apr 13, 2004 6:54 pm
Posts: 833
You installed a https cert for www.redsec.ru, redsec.ru. However these go to different places according to DNS; www.redsec.ru goes to orain.org and that SSL cert is presented. https://redsec.ru should work.

_________________
Rgds
Stephen
(Linux user since kernel version 0.11)


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group