General Information
Publication
Certificate
Registration Authority
Mercury
ASGCCA(obsoleted)
Related links
Contact Us
 

Instruction of replacing host certificate for CE, SE and MON

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.

# cd /etc/grid-security
# mv xxxx.crt hostcert.pem
# mv key.pem hostkey.pem

3. Change the permission

# chmod 644 hostcert.pem
# chmod 400 hostkey.pem

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 ]