2011-10-20 04:18:40 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2016-11-18 15:13:46 +08:00
|
|
|
<!ENTITY certhost "https://hg.mozilla.org/">
|
|
|
|
<!ENTITY certpath "/lib/ckfw/builtins/certdata.txt">
|
|
|
|
<!ENTITY ca-bundle-download "&sources-anduin-http;/other/certdata.txt">
|
|
|
|
<!ENTITY ca-bundle-size "1.6 MB">
|
2017-04-25 13:46:02 +08:00
|
|
|
<!ENTITY cacerts-buildsize "6.5 MB (with all runtime deps)">
|
2016-11-18 15:13:46 +08:00
|
|
|
<!ENTITY cacerts-time "0.2 SBU (with all runtime deps)">
|
|
|
|
|
2016-11-26 18:29:24 +08:00
|
|
|
<!ENTITY make-ca-download "&sources-anduin-http;/other/make-ca.sh-&make-ca-version;">
|
2017-04-25 13:46:02 +08:00
|
|
|
<!ENTITY make-ca-size "24 KB">
|
2017-05-14 15:09:26 +08:00
|
|
|
<!ENTITY make-ca-md5sum "a21a04d6ff5c4645c748220dbaa9f221">
|
2011-10-20 04:18:40 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="cacerts" xreflabel="Certificate Authority Certificates">
|
|
|
|
<?dbhtml filename="cacerts.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Certificate Authority Certificates</title>
|
|
|
|
|
2016-11-18 15:13:46 +08:00
|
|
|
<para>Public Key Infrastructure (PKI) is a method to validate the
|
2016-11-25 00:05:14 +08:00
|
|
|
authenticity of an otherwise unknown entity across untrusted networks. PKI
|
2016-11-18 15:13:46 +08:00
|
|
|
works by establishing a chain of trust, rather than trusting each individual
|
|
|
|
host or entity explicitly. In order for a certificate presented by a remote
|
2016-11-25 00:05:14 +08:00
|
|
|
entity to be trusted, that certificate must present a complete chain of
|
2016-11-18 15:13:46 +08:00
|
|
|
certificates that can be validated using the root certificate of a
|
|
|
|
Certificate Authority (CA) that is trusted by the local machine.</para>
|
|
|
|
|
|
|
|
<para>Establishing trust with a CA involves validating things like company
|
|
|
|
address, ownership, contact information, etc., and ensuring that the CA has
|
2016-11-22 13:41:16 +08:00
|
|
|
followed best practices, such as undergoing periodic security audits by
|
|
|
|
independent investigators and maintaining an always available certificate
|
2016-11-18 15:13:46 +08:00
|
|
|
revocation list. This is well outside the scope of BLFS (as it is for most
|
|
|
|
Linux distributions). The certificate store provided here is taken from the
|
|
|
|
Mozilla Foundation, who have established very strict inclusion policies
|
|
|
|
described
|
|
|
|
<ulink url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/">here</ulink>.</para>
|
2011-10-20 04:18:40 +08:00
|
|
|
|
2017-08-17 12:41:37 +08:00
|
|
|
&lfs81_checked;
|
2011-10-20 04:18:40 +08:00
|
|
|
|
|
|
|
<indexterm zone="cacerts">
|
|
|
|
<primary sortas="a-cacerts">Certificate Authority Certificates</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Certificate Authorities</title>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2016-10-29 17:56:12 +08:00
|
|
|
<para>Download (HTTP): <ulink url="&make-ca-download;"/></para>
|
2011-10-20 04:18:40 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2016-10-29 17:56:12 +08:00
|
|
|
<para>Download size: &make-ca-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 Sum: &make-ca-md5sum;</para>
|
2011-10-20 04:18:40 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &cacerts-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &cacerts-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2016-11-18 15:13:46 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
CA Certificates
|
|
|
|
<ulink url="&ca-bundle-download;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2011-10-20 04:18:40 +08:00
|
|
|
<bridgehead renderas="sect3">Certificate Authority Certificates Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2016-11-18 15:13:46 +08:00
|
|
|
<para role="required"><xref linkend="openssl"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional (runtime)</bridgehead>
|
|
|
|
<para role="optional">
|
2017-04-25 13:46:02 +08:00
|
|
|
<xref linkend="java"/> or <xref linkend="openjdk"/>,
|
|
|
|
<xref linkend="nss"/>, and
|
|
|
|
<xref linkend="p11-kit"/></para>
|
2011-10-20 04:18:40 +08:00
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url='&blfs-wiki;/cacerts'/></para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Certificate Authority Certificates</title>
|
|
|
|
|
2016-11-26 18:29:24 +08:00
|
|
|
<para>The <application>make-ca.sh</application> script will process the
|
2016-11-18 15:13:46 +08:00
|
|
|
certificates included in the <filename>certdata.txt</filename> file
|
|
|
|
for use in multiple certificate stores (if the associated applications are
|
|
|
|
present on the system). Additionally, any local certificates stored in
|
2016-11-22 13:41:16 +08:00
|
|
|
<filename>/etc/ssl/local</filename> will be imported to the certificate
|
2016-11-18 15:13:46 +08:00
|
|
|
stores. Certificates in this directory should be stored as PEM encoded
|
|
|
|
<application>OpenSSL</application> trusted certificates.</para>
|
|
|
|
|
|
|
|
<para>To create an <application>OpenSSL</application> trusted certificate
|
|
|
|
from a regular PEM encoded file, provided by a CA not included in Mozilla's
|
|
|
|
certificate distribution, you need to add trust arguments to the
|
|
|
|
<command>openssl</command> command, and create a new certificate. There are
|
2017-05-19 14:02:20 +08:00
|
|
|
three trust types that are recognized by the
|
2016-11-18 15:13:46 +08:00
|
|
|
<application>make-ca.sh</application> script, SSL/TLS, S/Mime, and code
|
2017-05-19 14:02:20 +08:00
|
|
|
signing. For example, using the
|
|
|
|
<ulink url="http://www.cacert.org/">CAcert</ulink> root, if you want it to
|
|
|
|
be trusted for all three roles, the following commands will create an
|
|
|
|
appropriate OpenSSL trusted certificate:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>install -vdm755 /etc/ssl/local &&
|
|
|
|
wget http://www.cacert.org/certs/root.crt &&
|
|
|
|
openssl x509 -in root.crt -text -fingerprint -setalias "CAcert Class 1 root" \
|
|
|
|
-addtrust serverAuth -addtrust emailProtection -addtrust codeSigning \
|
|
|
|
> /etc/ssl/local/CAcert_Class_1_root.pem</userinput></screen>
|
|
|
|
|
|
|
|
<para>If one of the three trust arguments is omitted, the certificate is
|
|
|
|
neither trusted, nor rejected for that role. Clients that use
|
|
|
|
<application>OpenSSL</application> or <application>NSS</application>
|
|
|
|
encountering this certificate will present a warning to the user. Clients
|
|
|
|
using <application>GnuTLS</application> without
|
|
|
|
<application>p11-kit</application> support are not aware of trusted
|
2016-11-18 15:13:46 +08:00
|
|
|
certificates. To include this CA into the ca-bundle.crt (used for
|
2016-11-25 00:05:14 +08:00
|
|
|
<application>GnuTLS</application>), it must have <envar>serverAuth</envar>
|
2017-05-19 14:02:20 +08:00
|
|
|
trust. Additionally, to explicitly disallow a certificate for a particular
|
|
|
|
use, replace the <parameter>-addtrust</parameter> flag with the
|
|
|
|
<parameter>-addreject</parameter> flag.</para>
|
2016-11-18 15:13:46 +08:00
|
|
|
|
|
|
|
<para>To install the various certificate stores, first install the
|
|
|
|
<application>make-ca.sh</application> script into the correct location.
|
|
|
|
As the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
2016-11-26 18:29:24 +08:00
|
|
|
<screen role="root"><userinput>install -vm755 make-ca.sh-&make-ca-version; /usr/sbin/make-ca.sh</userinput></screen>
|
2016-11-18 15:13:46 +08:00
|
|
|
|
|
|
|
<para>As the <systemitem class="username">root</systemitem> user, make sure
|
2016-11-22 13:41:16 +08:00
|
|
|
that certdata.txt is in the current directory, and update the certificate
|
2016-11-18 15:13:46 +08:00
|
|
|
stores with the following command:</para>
|
|
|
|
|
2017-08-31 07:58:57 +08:00
|
|
|
<note>
|
|
|
|
<para>If running the script a second time with the same version of
|
|
|
|
<filename>certdata.txt</filename>, for instance, to add additional stores
|
|
|
|
as the requisite software is installed, add the <parameter>-f</parameter>
|
|
|
|
switch to the command line. If packaging, run <command>make-ca.sh
|
|
|
|
--help</command> to see all available command line options.</para>
|
|
|
|
</note>
|
|
|
|
|
2016-11-18 15:13:46 +08:00
|
|
|
<screen role="root"><userinput>/usr/sbin/make-ca.sh</userinput></screen>
|
|
|
|
|
|
|
|
<para>You should periodically download a copy of
|
|
|
|
<filename>certdata.txt</filename> and run the
|
|
|
|
<application>make-ca.sh</application> script (as the
|
|
|
|
<systemitem class="username">root</systemitem> user), or as part of a
|
|
|
|
monthly <application>cron</application> job to ensure that you have the
|
|
|
|
latest available version of the certificates.</para>
|
|
|
|
|
|
|
|
<para>The <filename>certdata.txt</filename> file provided by BLFS is
|
|
|
|
obtained from the mozilla-release branch, and is modified to provide a
|
2016-11-22 13:41:16 +08:00
|
|
|
simple dated revision. This will be the correct version for most
|
2016-11-18 15:13:46 +08:00
|
|
|
systems. There are, however, several other variants of the file available
|
2016-11-26 18:29:24 +08:00
|
|
|
for use that might be preferred for one reason or another, including the
|
|
|
|
files shipped with Mozilla products in this book. RedHat and OpenSUSE,
|
|
|
|
for instance, use the version included in <xref linkend="nss"/>. Additional
|
|
|
|
upstream downloads are available at the links below.</para>
|
2016-11-18 15:13:46 +08:00
|
|
|
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Mozilla Release (the version provided by BLFS):
|
|
|
|
<ulink url="&certhost;releases/mozilla-release/raw-file/default/security/nss&certpath;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2016-11-22 13:41:16 +08:00
|
|
|
<para>NSS (this is the latest available version):
|
2017-01-05 09:32:16 +08:00
|
|
|
<ulink url="&certhost;projects/nss/raw-file/tip&certpath;"/>
|
2016-11-18 15:13:46 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Mozilla Central:
|
|
|
|
<ulink url="&certhost;mozilla-central/raw-file/default/security/nss&certpath;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Mozilla Beta:
|
|
|
|
<ulink url="&certhost;releases/mozilla-beta/raw-file/default/security/nss&certpath;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Mozilla Aurora:
|
|
|
|
<ulink url="&certhost;releases/mozilla-aurora/raw-file/default/security/nss&certpath;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2013-09-12 01:21:08 +08:00
|
|
|
|
2011-10-20 04:18:40 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2016-10-29 17:56:12 +08:00
|
|
|
<seg>make-ca.sh</seg>
|
2011-10-20 04:18:40 +08:00
|
|
|
<seg>None</seg>
|
2016-11-18 15:13:46 +08:00
|
|
|
<seg>/etc/ssl/{certs,java,local} and /etc/pki/{nssdb,anchors}</seg>
|
2011-10-20 04:18:40 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="make-ca">
|
|
|
|
<term><command>make-ca.sh</command></term>
|
|
|
|
<listitem>
|
2016-11-18 15:13:46 +08:00
|
|
|
<para>is a shell script that adapts a current version of
|
2016-10-29 17:56:12 +08:00
|
|
|
<filename>certdata.txt</filename>, and prepares it for use
|
|
|
|
as the system certificate store.</para>
|
2011-10-20 04:18:40 +08:00
|
|
|
<indexterm zone="cacerts make-ca">
|
|
|
|
<primary sortas="b-make-ca">make-ca</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|