Koozali.org: home of the SME Server

Sme server certifcate

Offline fastautomation

  • **
  • 31
  • +0/-0
Sme server certifcate
« on: September 01, 2009, 05:50:10 PM »
Hi,

Could some one please help me urgently, It tried to follow the instructions on the website below so that I could get funambol to work.

http://wiki.contribs.org/Custom_CA_Certificate

Now I can't get into the server-manager through a web browser or through terminal, I get access denied.

And on top of it all funambol still doesn't work.

I need to get both working so any advice would be great.

I am a newbie so hope I haven't messed things up to badly.

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: Sme server certifcate
« Reply #1 on: September 02, 2009, 01:46:43 PM »
do you restart your server after follow directions ?

I had same problem last time I follow instructions because choose to skip restart! BAD choice!
I suggest you:
Code: [Select]
signal-event post-upgrade
signal-event reboot

edit: PLEASE follow snoble instructions: mine were WRONG and I update them!
« Last Edit: September 05, 2009, 03:27:02 AM by jader »
...

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
Re: Sme server certifcate
« Reply #2 on: September 05, 2009, 12:47:25 AM »
I suggest you:
Code: [Select]
signal-event post-upgrade
signal-event reboot

Offline fastautomation

  • **
  • 31
  • +0/-0
Re: Sme server certifcate
« Reply #3 on: September 11, 2009, 02:28:26 PM »
Thanks for the rplies,

I have ran those two commands but still no success.

I have tried everything, is there anyway of reversing what I did?


Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Sme server certifcate
« Reply #4 on: September 11, 2009, 04:01:59 PM »
fastautomation

Do the following to regenerate default self signed certificate
(replace the filenames with the correct file/key names applicable to your server.)
rm /home/e-smith/ssl.crt/servername.domain.com.crt
rm /home/e-smith/ssl.key/servername.domain.com.key
rm /home/e-smith/ssl.pem/servername.domain.com.pem
signal-event post-upgrade
signal-event reboot
from
http://wiki.contribs.org/Certificates_Concepts#Expiration_time_of_the_self_signed_certificate

The Howto at
http://wiki.contribs.org/Custom_CA_Certificate
does work, but you do need to very carefully follow ALL instructions step by step.
« Last Edit: September 11, 2009, 04:03:56 PM by mary »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline fastautomation

  • **
  • 31
  • +0/-0
Re: Sme server certifcate
« Reply #5 on: September 11, 2009, 05:45:45 PM »
Thanks for the help.

Sorry to be such a pain though but my linux knowledge really isn't that great.

If you could please explain step by step I would be truly grateful.

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Sme server certifcate
« Reply #6 on: September 11, 2009, 08:46:20 PM »
fastautomation

Do the following steps to regenerate the default self signed certificate

login to Linux command prompt as user root
issue the following commands one by one

mv /home/e-smith/ssl.crt/* /tmp
mv /home/e-smith/ssl.key/* /tmp
mv /home/e-smith/ssl.pem/* /tmp
signal-event post-upgrade
signal-event reboot

PS If your knowledge & skill is so poor that you were unable to follow the instructions given in my previous post, then you should not be doing it yourself. Please pay a consultant to do it for you, and also to configure Funambool & the CA Certificate Howtos, as those will be much more difficult.
« Last Edit: September 11, 2009, 08:53:03 PM by mary »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline fastautomation

  • **
  • 31
  • +0/-0
Re: Sme server certifcate
« Reply #7 on: September 12, 2009, 11:50:31 AM »
Thanks so much for the help Mary, the whole idea of me asking for help and doing it myself is to learn. This server is my company server and not a clients so I don't mind a little trial and error.

I really appreciate the help as I am a keen learner of linux, I'm getting tired of the costs and quality of  the Microsoft OS

Thanks again.

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Sme server certifcate
« Reply #8 on: September 12, 2009, 01:42:38 PM »
fastautomation

Quote
This server is my company server and not a clients so I don't mind a little trial and error.

As long as your errors do not break your server.
You would be better off getting any old computer and installing a test version of sme on it, and learning by trial and error on the test server.
When you get the procedure correct, then apply it to the live server.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.