Changes between Version 47 and Version 48 of InstallingUsingRPMS

Show
Ignore:
Timestamp:
08/02/11 11:48:03 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v47 v48  
    302302}}} 
    303303= Service certificates = 
    304 Copy the service certificate and key into the `/opt/plgrid/qcg/etc/certs/`. Remember to set appropriate rights to the key file. 
    305 {{{ 
    306 #!div style="font-size: 90%" 
    307 {{{#!default 
    308 cp /etc/grid-security/hostcert.pem /opt/plgrid/qcg/etc/certs/qcgcert.pem 
    309 cp /etc/grid-security/hostkey.pem /opt/plgrid/qcg/etc/certs/qcgkey.pem 
    310 chown qcg-comp /opt/plgrid/qcg/etc/certs/qcgcert.pem 
    311 chown qcg-comp /opt/plgrid/qcg/etc/certs/qcgkey.pem  
    312 chmod 0600 /opt/plgrid/qcg/etc/certs/qcgkey.pem 
     304Copy the service certificate and key into the `/opt/plgrid/qcg/etc/qcg-comp/certs/`. Remember to set appropriate rights to the key file. 
     305{{{ 
     306#!div style="font-size: 90%" 
     307{{{#!default 
     308cp /etc/grid-security/hostcert.pem /opt/plgrid/qcg/etc/qcg-comp/certs/qcgcert.pem 
     309cp /etc/grid-security/hostkey.pem /opt/plgrid/qcg/etc/qcg-comp/certs/qcgkey.pem 
     310chown qcg-comp /opt/plgrid/qcg/etc/qcg-comp/certs/qcgcert.pem 
     311chown qcg-comp /opt/plgrid/qcg/etc/qcg-comp/certs/qcgkey.pem  
     312chmod 0600 /opt/plgrid/qcg/etc/qcg-comp/certs/qcgkey.pem 
    313313}}} 
    314314}}}