58.7 Changing the SSL Trusted Root Certificate

LDAP authentication using SSL was originally set up during installation, as described in Configuring Authentication to the Administration Web Console in Installing the GroupWise Calendar Publishing Host in the GroupWise 8 Installation Guide. If you need to change the SSL trusted root certificate information, you can rerun the Calendar Publishing Host Installation program and specify new information, as described in Installing the Calendar Publishing Host, or you can edit the calhost.cfg file, as described below.

  1. Edit the calhost.cfg file in a text editor.

    The default file location varies by Web server platform:

  2. Find the line that starts with:

    Admin.Ldap.trustedRoot=
    
  3. Specify the full path to the trusted root certificate file.

  4. Save the calhost.cfg file, then exit the text editor.

  5. Restart the Web server:

    NetWare:

    unload apache2
    unload java
    tomcat4
    apache2
    

    Linux:

    Novell Open Enterprise Server 2 Linux installation of Apache:

    /etc/init.d/apache2 stop
    /etc/init.d/novell-tomcat5 stop
    /etc/init.d/novell-tomcat5 start
    /etc/init.d/apache2 start
    

    SUSE Linux Enterprise Server 10 installation of Apache:

    /etc/init.d/apache2 stop
    /etc/init.d/tomcat5 stop
    /etc/init.d/tomcat5 start
    /etc/init.d/apache2 start
    

    Windows

    1. At the Windows server, click Start > Administrative Tools > Services.

    2. Right-click Tomcat 5.5, then click Restart.

    3. Right-click World Wide Web Publishing Service, then click Restart.