Changes between Version 28 and Version 29 of GpoLab/MyplcReferenceImplementation


Ignore:
Timestamp:
02/19/12 11:59:16 (12 years ago)
Author:
tupty@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GpoLab/MyplcReferenceImplementation

    v28 v29  
    407407|| <cert_url> || http://www.pgeni.gpolab.bbn.com/ca-cert/pgeni.gpolab.bbn.com.pem || Source URL to download the certificate || ||
    408408
    409 Get a copy of the certificate, and store it as a `.crt` file:
    410 {{{
    411 wget -O <cert_fqdn>.crt <cert_url>
    412 }}}
    413 
    414 Copy that `.crt` file into `/etc/sfa/trusted_roots`:
    415 {{{
    416 sudo cp <cert_fqdn>.crt /etc/sfa/trusted_roots/
     409Get a copy of the certificate, and store it as a `.gid` file:
     410{{{
     411wget -O <cert_fqdn>.gid <cert_url>
     412}}}
     413
     414Copy that `.gid` file into `/etc/sfa/trusted_roots`:
     415{{{
     416sudo cp <cert_fqdn>.gid /etc/sfa/trusted_roots/
    417417}}}
    418418