Changeset 2198a32
- Timestamp:
- 02/24/2018 11:05:35 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- cb4fcdd6
- Parents:
- 40420820
- Files:
-
- 16 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/qca.xml
r40420820 r2198a32 63 63 <bridgehead renderas="sect4">Required</bridgehead> 64 64 <para role="required"> 65 <xref linkend=" cacerts"/>,65 <xref linkend="make-ca"/>, 66 66 <xref linkend="cmake"/>, 67 67 <xref linkend="qt5"/>, and -
general/prog/mercurial.xml
r40420820 r2198a32 199 199 disable them using configuration files.</para> 200 200 201 <para>If you have installed the <xref linkend="cacerts"/> and want201 <para>If you have installed <xref linkend="make-ca"/> and want 202 202 <application>Mercurial</application> to use them, as the <systemitem 203 203 class="username">root</systemitem> user, issue:</para> -
general/prog/ojdk-conf.xml
r40420820 r2198a32 76 76 77 77 <para> 78 The installation of the JRE Certificate Authority Certificates (cacerts)78 The installation of the JRE certificate authority bundle 79 79 is described in the <xref linkend="ojdk-certs"/> section. 80 If you are using the binary version, those certificates may already be81 installed.82 80 </para> 83 81 -
general/prog/openjdk.xml
r40420820 r2198a32 192 192 <bridgehead renderas="sect4">Recommended</bridgehead> 193 193 <para role="recommended"> 194 <xref linkend=" cacerts"/>,194 <xref linkend="make-ca"/>, 195 195 <xref linkend="giflib"/>, 196 196 <xref linkend="lcms2"/>, … … 451 451 <parameter>--with-cacerts-file=/etc/ssl/java/cacerts.jks</parameter>: 452 452 Specifies where to find a <filename>cacerts</filename> file, 453 <filename class="directory">/etc/ssl/java/cacerts</filename> on a BLFS454 system. Otherwise, an emptyone is created. You can use the453 <filename>/etc/ssl/java/</filename> on a BLFS system. Otherwise, an empty 454 one is created. You can use the 455 455 <command>/usr/sbin/make-ca --force</command> command to generate it, once 456 456 you have installed the Java binaries. … … 502 502 <filename>/etc/ssl/java/cacerts.jks</filename>. That file should be 503 503 generated using the system PKI trust store. The instructions 504 on the <xref linkend="cacerts"/> page should be used to update the file 505 located in <filename>/etc/ssl/java</filename>. Setup a symlink in the 506 default location as the <systemitem class="username">root</systemitem> 507 user: 508 </para> 509 510 <screen role="root"><userinput>ln -sfv /etc/ssl/java/cacerts.jks /opt/jdk/lib/security/cacerts</userinput></screen> 504 on the <xref linkend="make-ca"/> page should be used to update the file 505 located in <filename>/etc/ssl/java</filename>. Run the conversion and 506 setup a symlink in the default location as the <systemitem 507 class="username">root</systemitem> user: 508 </para> 509 510 <screen role="root"><userinput>/usr/sbin/make-ca --force && 511 ln -sfv /etc/ssl/java/cacerts.jks /opt/jdk/lib/security/cacerts</userinput></screen> 511 512 512 513 <para> -
general/sysutils/systemd.xml
r40420820 r2198a32 79 79 <bridgehead renderas="sect4">Optional</bridgehead> 80 80 <para role="optional"> 81 <xref linkend=" cacerts"/>,81 <xref linkend="make-ca"/>, 82 82 <xref linkend="curl"/>, 83 83 <!-- <xref linkend="elfutils"/>, --> -
gnome/platform/rest.xml
r40420820 r2198a32 77 77 <bridgehead renderas="sect4">Required</bridgehead> 78 78 <para role="required"> 79 <xref linkend=" cacerts"/> and79 <xref linkend="make-ca"/> and 80 80 <xref linkend="libsoup"/> 81 81 </para> … … 126 126 <para> 127 127 <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This 128 switch sets the location of the BLFS <xref linkend="cacerts"/>bundle.128 switch sets the location of the BLFS certificate authority bundle. 129 129 </para> 130 130 -
networking/netlibs/curl.xml
r40420820 r2198a32 90 90 <bridgehead renderas="sect4">Recommended</bridgehead> 91 91 <para role="recommended"> 92 <xref role="runtime" linkend=" cacerts"/> (runtime)92 <xref role="runtime" linkend="make-ca"/> (runtime) 93 93 </para> 94 94 … … 238 238 <para> 239 239 <parameter>--with-ca-path=/etc/ssl/certs</parameter>: This 240 switch sets the location of the BLFS <xref linkend="cacerts"/>.240 switch sets the location of the BLFS Certificate Authority store. 241 241 </para> 242 242 -
networking/netlibs/glib-networking.xml
r40420820 r2198a32 84 84 <bridgehead renderas="sect4">Recommended</bridgehead> 85 85 <para role="recommended"> 86 <xref linkend=" cacerts"/> and86 <xref linkend="make-ca"/> and 87 87 <xref linkend="p11-kit"/> 88 88 </para> -
networking/netlibs/ldns.xml
r40420820 r2198a32 82 82 <bridgehead renderas="sect4">Optional</bridgehead> 83 83 <para role="optional"> 84 <xref linkend=" cacerts"/> and84 <xref linkend="make-ca"/> and 85 85 <xref linkend="libpcap"/> (for example programs), 86 86 <xref linkend="python2"/> and -
networking/netprogs/wget.xml
r40420820 r2198a32 77 77 <bridgehead renderas="sect4">Recommended</bridgehead> 78 78 <para role="recommended"> 79 <xref role="runtime" linkend=" cacerts"/> (runtime)79 <xref role="runtime" linkend="make-ca"/> (runtime) 80 80 </para> 81 81 … … 165 165 <!-- 166 166 <para> 167 If you have installed the <xref linkend="cacerts"/> and you want167 If you have installed <xref linkend="make-ca"/> and you want 168 168 <application>Wget</application> to use them, as the 169 169 <systemitem class="username">root</systemitem> user: -
postlfs/security/gnutls.xml
r40420820 r2198a32 101 101 <bridgehead renderas="sect4">Recommended</bridgehead> 102 102 <para role="recommended"> 103 <xref linkend=" cacerts"/>,103 <xref linkend="make-ca"/>, 104 104 <xref linkend="libunistring"/>, 105 105 <xref linkend="libtasn1"/>, and -
postlfs/security/make-ca.xml
r40420820 r2198a32 7 7 <!ENTITY certhost "https://hg.mozilla.org/"> 8 8 <!ENTITY certpath "/lib/ckfw/builtins/certdata.txt"> 9 <!ENTITY cacerts-buildsize "6.6 MB (with all runtime deps)">10 <!ENTITY cacerts-time "0.3 SBU (with all runtime deps)">9 <!ENTITY make-ca-buildsize "6.6 MB (with all runtime deps)"> 10 <!ENTITY make-ca-time "0.3 SBU (with all runtime deps)"> 11 11 12 12 <!ENTITY make-ca-download "https://github.com/djlucas/make-ca/archive/v&make-ca-version;/make-ca-&make-ca-version;.tar.gz"> … … 15 15 ]> 16 16 17 <sect1 id=" cacerts" xreflabel="Certificate Authority Certificates">18 <?dbhtml filename=" cacerts.html"?>17 <sect1 id="make-ca" xreflabel="make-ca"> 18 <?dbhtml filename="make-ca.html"?> 19 19 20 20 <sect1info> … … 23 23 </sect1info> 24 24 25 <title> Certificate Authority Certificates</title>25 <title>make-ca</title> 26 26 27 27 <para>Public Key Infrastructure (PKI) is a method to validate the … … 45 45 &lfs82_checked; 46 46 47 <indexterm zone=" cacerts">48 <primary sortas="a- cacerts">Certificate Authority Certificates</primary>47 <indexterm zone="make-ca"> 48 <primary sortas="a-make-ca">make-ca</primary> 49 49 </indexterm> 50 50 51 51 <sect2 role="package"> 52 <title>Introduction to Certificate Authorities</title>52 <title>Introduction to make-ca</title> 53 53 54 54 <bridgehead renderas="sect3">Package Information</bridgehead> … … 64 64 </listitem> 65 65 <listitem> 66 <para>Estimated disk space required: & cacerts-buildsize;</para>67 </listitem> 68 <listitem> 69 <para>Estimated build time: & cacerts-time;</para>66 <para>Estimated disk space required: &make-ca-buildsize;</para> 67 </listitem> 68 <listitem> 69 <para>Estimated build time: &make-ca-time;</para> 70 70 </listitem> 71 71 </itemizedlist> 72 72 73 <bridgehead renderas="sect3"> Certificate Authority CertificatesDependencies</bridgehead>73 <bridgehead renderas="sect3">make-ca Dependencies</bridgehead> 74 74 <!-- 75 75 <bridgehead renderas="sect4">Required</bridgehead> … … 85 85 86 86 <para condition="html" role="usernotes">User Notes: 87 <ulink url='&blfs-wiki;/ cacerts'/></para>87 <ulink url='&blfs-wiki;/make-ca'/></para> 88 88 </sect2> 89 89 90 90 <sect2 role="installation"> 91 <title>Installation of Certificate Authority Certificates</title>91 <title>Installation of make-ca</title> 92 92 93 93 <para>The <application>make-ca</application> script will download and … … 216 216 <?dbhtml list-presentation="table"?> 217 217 218 <varlistentry id="make-ca ">218 <varlistentry id="make-ca-bin"> 219 219 <term><command>make-ca</command></term> 220 220 <listitem> … … 222 222 <filename>certdata.txt</filename>, and prepares it for use 223 223 as the system certificate store.</para> 224 <indexterm zone=" cacertsmake-ca">224 <indexterm zone="make-ca make-ca"> 225 225 <primary sortas="b-make-ca">make-ca</primary> 226 226 </indexterm> -
postlfs/security/nss.xml
r40420820 r2198a32 230 230 database (<filename>/usr/lib/libnssckbi.so</filename>), the 231 231 <filename>/usr/sbin/make-ca</filename> script, included on the 232 <xref linkend=" cacerts"/> page, will generate a system wide NSS DB.</para>232 <xref linkend="make-ca"/> page, will generate a system wide NSS DB.</para> 233 233 234 234 </sect2> -
postlfs/security/p11-kit.xml
r40420820 r2198a32 75 75 <bridgehead renderas="sect4">Recommended</bridgehead> 76 76 <para role="recommended"> 77 <xref linkend=" cacerts"/> and77 <xref linkend="make-ca"/> and 78 78 <xref linkend="libtasn1"/> 79 79 </para> -
postlfs/security/security.xml
r40420820 r2198a32 42 42 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vulnerabilities.xml"/> 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" cacerts.xml"/>44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make-ca.xml"/> 45 45 46 46 <!-- sysv only --> -
x/lib/qt5.xml
r40420820 r2198a32 89 89 <para role="recommended"> 90 90 <xref linkend="alsa-lib"/>, 91 <xref linkend=" cacerts"/>,91 <xref linkend="make-ca"/>, 92 92 <xref linkend="cups"/>, 93 93 <xref linkend="glib2"/>, -
xsoft/graphweb/chromium.xml
r40420820 r2198a32 136 136 <bridgehead renderas="sect4">Recommended</bridgehead> 137 137 <para role="recommended"> 138 <xref linkend=" cacerts"/> (runtime),138 <xref linkend="make-ca"/> (runtime), 139 139 <!-- <xref linkend="ffmpeg"/>, --> 140 140 <xref linkend="flac"/>,
Note:
See TracChangeset
for help on using the changeset viewer.