Ignore:
Timestamp:
11/24/2016 04:05:14 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
562355c
Parents:
f136bce
Message:

minor spelling and grammar fixes in postlfs/security.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cacerts.xml

    rf136bce r45db70f  
    2828
    2929  <para>Public Key Infrastructure (PKI) is a method to validate the
    30   authenticity of an othewise unknown entity across untrusted networks. PKI
     30  authenticity of an otherwise unknown entity across untrusted networks. PKI
    3131  works by establishing a chain of trust, rather than trusting each individual
    3232  host or entity explicitly. In order for a certificate presented by a remote
    33   entity to be trusted, that certificate must pesent a complete chain of
     33  entity to be trusted, that certificate must present a complete chain of
    3434  certificates that can be validated using the root certificate of a
    3535  Certificate Authority (CA) that is trusted by the local machine.</para>
     
    117117    signing. For example, to allow a certificate to be trusted for both
    118118    SSL/TLS and S/Mime, but explicitly rejected for code signing, you could use
    119     the following commands to create a new trusted ceritificate that has those
     119    the following commands to create a new trusted certificate that has those
    120120    trust attributes:</para>
    121121
     
    130130    without <application>p11-kit</application> support are not aware of trusted
    131131    certificates. To include this CA into the ca-bundle.crt (used for
    132     <application>GnuTLS</application>), it must have, at least serverAuth
     132    <application>GnuTLS</application>), it must have <envar>serverAuth</envar>
    133133    trust.</para>
    134134
Note: See TracChangeset for help on using the changeset viewer.