Ignore:
Timestamp:
04/13/2021 09:31:15 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
kde5-14269
Parents:
1ec0251
git-author:
Krejzi <krejzi@…> (09/13/2014 05:36:06 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/13/2021 09:31:15 PM)
Message:

Begin manually (while modifying stuff) merging trunk and systemd branches since revision 14087.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@14270 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cacerts.xml

    r1ec0251 r64135787  
    8686
    8787# Used to generate PEM encoded files from Mozilla certdata.txt.
    88 # Run as ./mkcrt.pl > certificate.crt
     88# Run as ./make-cert.pl > certificate.crt
    8989#
    9090# Parts of this script courtesy of RedHat (mkcabundle.pl)
     
    179179mkdir "${TEMPDIR}/certs"
    180180
    181 # Get a list of staring lines for each cert
     181# Get a list of starting lines for each cert
    182182CERTBEGINLIST=$(grep -n "^# Certificate" "${certdata}" | cut -d ":" -f1)
    183183
     
    197197done
    198198
    199 unset CERTBEGINLIST CERTDATA CERTENDLIST certebegin certend
     199unset CERTBEGINLIST CERTDATA CERTENDLIST certbegin certend
    200200
    201201mkdir -p certs
     
    314314wget $URL          &amp;&amp;
    315315make-ca.sh         &amp;&amp;
    316 remove-expired-certs.sh certs</userinput></screen>
     316remove-expired-certs.sh certs &amp;&amp;
     317unset URL</userinput></screen>
    317318
    318319   <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.