If you already have certificate and key you only need to do the last steps:
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_ORIGINALReplace 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.keyVerify that the certificates have changed:
[Expert@HostName:0]# cat /web/conf/server.crt
[Expert@HostName:0]# cat /web/conf/server.keyRestart the Gaia Portal process:
[Expert@HostName:0]# tellpm process:httpd2
[Expert@HostName:0]# tellpm process:httpd2 t