1. Get a host certficate from ASGCCA manager .
User will receive an email from ASGCCA with an attached zip file after requesting host certificate. It contains three files include xxxx.crt(public key), key.pem(private key) and req.pem. If you do not get host certfifcate, please send mail to asgcca@grid.sinica.edu.tw
2. Put host certificate into the /etc/grid-security and rename it.
3. Change the permission
4. Check grid service
For CE
Need to restart gatekeeper: # /etc/rc.d/init.d/globus-gatekeeper restart Stopping edg-gatekeeper: [ OK ] Starting edg-gatekeeper: [ OK ]
For SE
Need to restart gridftp: # /etc/rc.d/init.d/globus-gridftp restart Stopping edg-gridftpd: [ OK ] Starting edg-gridftpd: [ OK ]
For MON
Need to copy host certificate to /etc/tomcat5/ first, then restart tomcat5: # cd /etc/grid-security/ # cp host* /etc/tomcat5/ # /etc/rc.d/init.d/tomcat5 restart waiting for processes to exit [ OK ] Starting tomcat5: [ OK ]