Koozali.org: home of the SME Server

SSL Certificate help needed

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
SSL Certificate help needed
« on: August 19, 2009, 05:44:20 PM »
I recently started to look at getting a signed SSL cert installed, but none of the posts i found was able to answer my questions.

I bought a SSL cert from PositiveSSL that uses the Komodo system. They sent me a ZIP file with the following files:
domain.co.uk.ca-bundle and .crt

How do I need to proceed to get this ssl cert installed and working?

Thanks

Kobus
Kobus............

Online Stefano

  • *
  • 10,894
  • +3/-0
Re: SSL Certificate help needed
« Reply #1 on: August 19, 2009, 07:50:31 PM »
kobus, maybe this can help you..

Ciao
Stefano

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
Re: SSL Certificate help needed
« Reply #2 on: August 21, 2009, 11:48:40 AM »
Hi

I read through this and basically it says:
1 create CSR
2 get cert
3 create crt
4 do config setprop modSSL crt /home/e-smith/ssl.crt/{domain}.crt
5 config setprop modSSL key /home/e-smith/ssl.key/{domain}.key

then i first tried signal-event console-save
and after that signal-event post-upgrade
signal-event reboot

but it still says the site uses a unsigned cert.

The other question I have is how do i enable seperate certs for seperate domains on the same sme?

Thanks

Kobus
Kobus............

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SSL Certificate help needed
« Reply #3 on: August 21, 2009, 12:56:19 PM »
but it still says the site uses a unsigned cert.

Did you put your new key and signed crt where you told SME it would be?

Quote
The other question I have is how do i enable seperate certs for seperate domains on the same sme?

As has been said here and elsewhere many times, it is not possible. The certificate is used to negotiate SSL before the server is told in the request what domain name is being requested.

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: SSL Certificate help needed
« Reply #4 on: August 21, 2009, 01:51:11 PM »
kbensch

Quote
The other question I have is how do i enable seperate certs for seperate domains on the same sme?

When you follow this howto
http://wiki.contribs.org/Custom_CA_Certificate

you run this routine
./cacert_csr_request

which will include all the domains on your server, and the certificate generated will work OK for all those domains.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
Re: SSL Certificate help needed
« Reply #5 on: August 21, 2009, 09:56:12 PM »
Did you put your new key and signed crt where you told SME it would be?


Yes I did. I checked it twice.
Kobus............

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
Re: SSL Certificate help needed
« Reply #6 on: August 21, 2009, 09:57:13 PM »
kbensch

When you follow this howto
http://wiki.contribs.org/Custom_CA_Certificate

you run this routine
./cacert_csr_request

which will include all the domains on your server, and the certificate generated will work OK for all those domains.
Hi Mary

I did run this file and will check this when I get the first one sorted, i.e. the fact that it is not seeing the new cert.
Kobus............