Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Sven_Glock
Advisor

If you already have certificate and key you only need to do the last steps:

  1. Backup the current certificate file "server.crt" and certificate key file "server.key" in the "/web/conf/" directory:

    [Expert@HostName:0]# cp /web/conf/server.crt /web/conf/server.crt_ORIGINAL
    [Expert@HostName:0]# cp /web/conf/server.key /web/conf/server.key_ORIGINAL
  2. Replace the current files certificate file "server.crt" and certificate key file "server.key" in the "/web/conf/" directory with the new certificate file and certificate key file:

    [Expert@HostName:0]# cp /path_to_new_files/server.crt /web/conf/server.crt
    [Expert@HostName:0]# cp /path_to_new_files/server.key /web/conf/server.key
  3. Verify that the certificates have changed:

    [Expert@HostName:0]# cat /web/conf/server.crt
    [Expert@HostName:0]# cat /web/conf/server.key
  4. Restart the Gaia Portal process:

    [Expert@HostName:0]# tellpm process:httpd2
    [Expert@HostName:0]# tellpm process:httpd2 t
(1)
Who rated this post