Difference between revisions of "Certificate ssl management"

From SME Server
Jump to navigationJump to search
Line 31: Line 31:
  
 
If you want to get back to the default SME Server certificates, simply blank all the contents and press save.
 
If you want to get back to the default SME Server certificates, simply blank all the contents and press save.
In case of you set wrong certificates, the server Web may crash. You will have to do a command line in a root Terminal to get back to the default certificate :
 
  
 +
If you set wrong certificates, the server Web may crash. You will have to do a command line in a root Terminal to get back to the default certificate :
 +
 +
signal-event certificate-revert
  
 
=== Uninstall ===
 
=== Uninstall ===

Revision as of 18:00, 3 August 2014


Certficate for SME Server 8 and 9

This contrib is made to help the managing of SSL certificates if you need to use commercial Certificates by example.

Maintainer

stephdl Stéphane de Labrusse AKA Stephdl

Description

This contribution for smeserver adds a paner in the server-manager in order to save the certificate, the secret key and eventually the intermediate certificate if needed without the use of the command line interface.

see that wiki page for more informations on how to set it manually

Requirements

You need to enable the stephdl repository

Installation

Remember to first configure the required stephdl repository, then issue the following command on the SME Server shell:

yum install smeserver-certificate --enablerepo=stephdl

The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

but if you don't want to reboot your server, do

signal-event console-save

Go to the manage ssl certificate panel on Server Manager and past your server.crt and server.key.

If you want to get back to the default SME Server certificates, simply blank all the contents and press save.

If you set wrong certificates, the server Web may crash. You will have to do a command line in a root Terminal to get back to the default certificate :

signal-event certificate-revert

Uninstall

yum remove smeserver-certificate; signal-event console-save

Bugs

For now there is no entry on bugzilla, please direct your issue to stephdl Stéphane de Labrusse AKA Stephdl