This is what I used and it worked for me. It came from another forum. I've seen others here that do it different but I'm not sure why or if there's just more than one way.
SSL Certificate doesn't automatically update with the Directory information.
Thus the name and address are incorrect. This should only be run after the
customer has configured the directory settings to their company. The directory
setting are located @ https:///server-manager -> configuration -> Directory.
After saving the custom configurations go to your YourESale Server and follow the
instructions below to update your SSL Certificate:.
1. Login as username = root
password =
2. Remove the old SSL Certificate
rm /home/e-smith/ssl.crt/*.crt
3. Rebuild a new SSL Certificate
/sbin/e-smith/signal-event console-save
4. Reboot
/sbin/e-smith/signal-event reboot
this can also be done through a remote access to the server. the only change would be line (1) instead of logining in as root you would get a remote shell to the server, then su to root using the command: su - . the rest is exactly the same.
PS I learned the hardway that if it looks like you did'nt search the forum much will not answer you or thats all they will tell you to do.
Good Luck!
Chow