Ignore:
Timestamp:
01/02/2019 07:00:52 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
d60cd837
Parents:
4199730
Message:

Merge to HEAD 20905.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/p11-kit.xml

    r4199730 r8f6f10e  
    9898<screen><userinput>sed '20,$ d' -i trust/trust-extract-compat.in &amp;&amp;
    9999cat &gt;&gt; trust/trust-extract-compat.in &lt;&lt; "EOF"
    100 echo "Please create an OpenSSL Trusted Certificate with appropriate"
    101 echo "trust arguments in /etc/ssl/local/ and run '/usr/sbin/make-ca -f'"
    102 echo "as the root user."
    103 exit 1
     100<literal># Copy existing anchor modifications to /etc/ssl/local
     101/usr/libexec/make-ca/copy-trust-modifications
     102
     103# Generate a new trust store
     104/usr/sbin/make-ca -f -g</literal>
    104105EOF</userinput></screen>
    105106
     
    123124    </para>
    124125
    125 <screen role="root"><userinput>make install</userinput></screen>
     126<screen role="root"><userinput>make install &amp;&amp;
     127ln -s /usr/libexec/p11-kit/trust-extract-compat \
     128      /usr/bin/update-ca-certificates</userinput></screen>
    126129
    127130  </sect2>
     
    225228      </varlistentry>
    226229
     230      <varlistentry id="update-ca-certificates">
     231        <term><command>update-ca-certificates</command></term>
     232        <listitem>
     233          <para>
     234            is a command line tool to both extract local certificates from an
     235            upadated anchor store, and regenerate all anchors and certificate
     236            stores on the system.
     237          </para>
     238          <indexterm zone="p11-kit update-ca-certificates">
     239            <primary sortas="b-trust">update-ca-certificates</primary>
     240          </indexterm>
     241        </listitem>
     242      </varlistentry>
    227243
    228244      <varlistentry id="libp11-kit">
Note: See TracChangeset for help on using the changeset viewer.