Changes between Version 63 and Version 64 of client_installation_guide_rpm

Show
Ignore:
Timestamp:
10/02/12 20:46:59 (12 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_installation_guide_rpm

    v63 v64  
    1313 
    1414== Certificate authorities == 
    15 For the PL-Grid project: Install Polish Grid and PL-Grid Simple-CA certificates: 
    16  
    17 -Add appropriate YUM repositories 
     15 
     16=== EGI IGTF CAs === 
     17Install EGI Accepted CA certificates (this also install the Polish Grid CA) 
     18* Add appropriate YUM repository 
     19{{{ 
     20#!div style="font-size: 90%" 
     21{{{#!sh 
     22cat > /etc/yum.repos.d/eugridpma.repo << EOF 
     23[EGI-trustanchors] 
     24name=EGI-trustanchors 
     25baseurl=http://repository.egi.eu/sw/production/cas/1/current/ 
     26gpgkey=http://repository.egi.eu/sw/production/cas/1/GPG-KEY-EUGridPMA-RPM-3 
     27gpgcheck=1 
     28enabled=1 
     29}}} 
     30}}} 
     31 
     32* Install certificates 
     33{{{ 
     34#!div style="font-size: 90%" 
     35{{{#!sh 
     36yum install ca-policy-egi-core 
     37}}} 
     38}}} 
     39 
     40The above instructions were based on this [https://wiki.egi.eu/wiki/EGI_IGTF_Release manual] 
     41 
     42=== PL-Grid Simpla-CA certificate (not part of IGTF) === 
     43* Add appropriate YUM repositories 
    1844{{{ 
    1945#!div style="font-size: 90%" 
     
    2652metadata_expire=300 
    2753gpgcheck=0 
    28 EOF 
    29 }}} 
    30 }}} 
    31  
    32 {{{ 
    33 #!div style="font-size: 90%" 
    34 {{{#!sh 
    35 cat > /etc/yum.repos.d/eugridpma.repo << EOF 
    36 [EUGRIDPMA-igtf] 
    37 name=EUGRIDPMA igtf repository 
    38 baseurl=https://dist.eugridpma.info/distribution/igtf/current 
    39 enabled=1 
    40 metadata_expire=300 
    41 gpgcheck=0 
    4254 
    4355[EUGRIDPMA-fetch-crl] 
     
    5163}}} 
    5264 
    53 -Install certificates 
    54 {{{ 
    55 #!div style="font-size: 90%" 
    56 {{{#!sh 
    57 yum install ca_PolishGrid 
     65* Install certificates 
     66{{{ 
     67#!div style="font-size: 90%" 
     68{{{#!sh 
    5869yum install ca_PLGRID-SimpleCA 
    5970}}} 
    6071}}} 
    6172 
    62 -Install certificate revocation list fetching utility  
     73 
     74* Install certificate revocation list fetching utility  
    6375{{{ 
    6476#!div style="font-size: 90%" 
     
    6880}}} 
    6981 
    70 -Get fresh CRLs now 
     82* Get fresh CRLs now 
    7183{{{ 
    7284#!div style="font-size: 90%" 
     
    7688}}} 
    7789 
    78 -Install cron job for it 
     90* Install cron job for it 
    7991{{{ 
    8092#!div style="font-size: 90%"