Changeset 8f6f10e for postlfs/security/p11-kit.xml
- Timestamp:
- 01/02/2019 07:00:52 AM (6 years ago)
- Branches:
- elogind
- Children:
- d60cd837
- Parents:
- 4199730
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/security/p11-kit.xml
r4199730 r8f6f10e 98 98 <screen><userinput>sed '20,$ d' -i trust/trust-extract-compat.in && 99 99 cat >> trust/trust-extract-compat.in << "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> 104 105 EOF</userinput></screen> 105 106 … … 123 124 </para> 124 125 125 <screen role="root"><userinput>make install</userinput></screen> 126 <screen role="root"><userinput>make install && 127 ln -s /usr/libexec/p11-kit/trust-extract-compat \ 128 /usr/bin/update-ca-certificates</userinput></screen> 126 129 127 130 </sect2> … … 225 228 </varlistentry> 226 229 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> 227 243 228 244 <varlistentry id="libp11-kit">
Note:
See TracChangeset
for help on using the changeset viewer.