
sll
Sorry forgot to mention that Godaddy certificates come in CRT format, but there are tools you can use to convert. It's been a while so I can't remember the one I used. But you'll get enough of them out there. For some of them you're required to submit your key online, you might consider some due diligence.
Would never even entertain submitting the private key to some online website. That's just not a good idea in any case. Just use openssl or gnutls that's shipped with your distribution. There is nothing certificate related those utilities wouldn't do Muriithi
So you'll get the cert in now pem format, then they key file is your usual key, which you'll reference in your virtual hosting file - or just apache2.conf if that's how you're doing it. Hope that helps.
On Tue, Jan 8, 2013 at 11:25 AM, Samuel Waithaka <samwaithaka@gmail.com wrote:
Hi Andrew, if you're using virtual hosts (I think that's the ideal in
any
case), you simply add the following in the apache hosting file:
SSLEngine On SSLCertificateFile /etc/apache2/ssl/apache.pem SSLCertificateKeyFile /etc/apache2/ssl/apache.key
(within VirtualHost definition) and the respective key certificate files. Then restart (sudo service apache2 restart). That should work.
On Tue, Jan 8, 2013 at 10:14 AM, Andrew Kibe <kaguius@gmail.com> wrote:
Hi there,
Anyone with experience applying a Godaddy SSL Certificate on Apache Web Server running from an Ubuntu Server, 12.4?
Please help.
-- Regards,
Andrew Chege Kibe Tel: +254 704 469 814 Email: kaguius@gmail.com Twitter: @kaguius
e-Kodi Property Manager <http://www.e-kodi.com>
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Samuel Waithaka http://www.linkedin.com/in/waithaka http://twitter.com/samwaithaka
-- Samuel Waithaka http://www.linkedin.com/in/waithaka http://twitter.com/samwaithaka

Thanks guys, thus has been very helpful. Let me try them out and will inform if I am successful or not. On Tue, Jan 8, 2013 at 1:56 PM, William Muriithi <william.muriithi@gmail.com
wrote:
sll
Sorry forgot to mention that Godaddy certificates come in CRT format, but there are tools you can use to convert. It's been a while so I can't remember the one I used. But you'll get enough of them out there. For some of them you're required to submit your key online, you might consider some due diligence.
Would never even entertain submitting the private key to some online website. That's just not a good idea in any case.
Just use openssl or gnutls that's shipped with your distribution. There is nothing certificate related those utilities wouldn't do
Muriithi
So you'll get the cert in now pem format, then they key file is your
usual
key, which you'll reference in your virtual hosting file - or just apache2.conf if that's how you're doing it. Hope that helps.
On Tue, Jan 8, 2013 at 11:25 AM, Samuel Waithaka <samwaithaka@gmail.com wrote:
Hi Andrew, if you're using virtual hosts (I think that's the ideal in any case), you simply add the following in the apache hosting file:
SSLEngine On SSLCertificateFile /etc/apache2/ssl/apache.pem SSLCertificateKeyFile /etc/apache2/ssl/apache.key
(within VirtualHost definition) and the respective key certificate files. Then restart (sudo service apache2 restart). That should work.
On Tue, Jan 8, 2013 at 10:14 AM, Andrew Kibe <kaguius@gmail.com> wrote:
Hi there,
Anyone with experience applying a Godaddy SSL Certificate on Apache Web Server running from an Ubuntu Server, 12.4?
Please help.
-- Regards,
Andrew Chege Kibe Tel: +254 704 469 814 Email: kaguius@gmail.com Twitter: @kaguius
e-Kodi Property Manager <http://www.e-kodi.com>
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Samuel Waithaka http://www.linkedin.com/in/waithaka http://twitter.com/samwaithaka
-- Samuel Waithaka http://www.linkedin.com/in/waithaka http://twitter.com/samwaithaka
participants (2)
-
Andrew Kibe
-
William Muriithi