Changeset acf7e2c for postlfs


Ignore:
Timestamp:
09/22/2018 01:10:28 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
6397333
Parents:
57e3994
Message:

Updates to Basic BLFS Chapter 3

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

Location:
postlfs/security
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/make-ca.xml

    r57e3994 racf7e2c  
    7575
    7676    <bridgehead renderas="sect3">make-ca Dependencies</bridgehead>
    77 <!--
     77
    7878    <bridgehead renderas="sect4">Recommended</bridgehead>
    7979    <para role="recommended"><xref linkend="p11-kit"/> (required at runtime to
     
    8282   <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
    8383    <para role="optional">
    84       <xref role="runtime" linkend="java"/> or
    85       <xref role="runtime" linkend="openjdk"/> (to generate a java PKCS#12
    86       store), and <xref role="runtime" linkend="nss"/> (to generate a shared
    87       NSSDB)
     84      <ulink role="runtime" url="&blfs-book;general/openjdk.html">OpenJDK</ulink>
     85        (to generate a java PKCS#12 store), and
     86      <ulink role="runtime" url="&blfs-book;postlfs/nss.html">nss</ulink>
     87        (to generate a shared NSSDB)
    8888    </para>
    89 -->
     89
    9090    <para condition="html" role="usernotes">User Notes:
    9191    <ulink url='&blfs-wiki;/make-ca'/></para>
     
    9797    <para>The <application>make-ca</application> script will download and
    9898    process the certificates included in the <filename>certdata.txt</filename>
    99     file for use as trust anchors for the <!-- <xref linkend="p11-kit"/> -->trust
     99    file for use as trust anchors for the <xref linkend="p11-kit"/> trust
    100100    module. Additionally, it will generate system certificate stores used by
    101101    BLFS applications (if the recommended and optional applications are present
     
    146146
    147147   <para>As the <systemitem class="username">root</systemitem> user, after
    148    installing <!--<xref linkend="p11-kit"/>-->, download the certificate source and
     148   installing <xref linkend="p11-kit"/>, download the certificate source and
    149149   prepare for system use with the following command:</para>
    150150
     
    171171    for use that might be preferred for one reason or another, including the
    172172    files shipped with Mozilla products in this book. RedHat and OpenSUSE,
    173     for instance, use the version included in <!--<xref linkend="nss"/>-->. Additional
     173    for instance, use the version included in
     174    <ulink role="runtime" url="&blfs-book;postlfs/nss.html">nss</ulink>. Additional
    174175    upstream downloads are available at the links below.</para>
    175176
  • postlfs/security/openssh.xml

    r57e3994 racf7e2c  
    8787
    8888    <bridgehead renderas="sect3">OpenSSH Dependencies</bridgehead>
    89 <!--
    90     <bridgehead renderas="sect4">Required</bridgehead>
    91     <para role="required">
    92       <xref linkend="openssl"/> or
    93       <ulink url="http://www.libressl.org/">LibreSSL Portable</ulink></para>
    94 -->
    95 <!--
     89
    9690    <bridgehead renderas="sect4">Optional</bridgehead>
    9791    <para role="optional">
    98       <xref linkend="linux-pam"/>,
    99       <xref linkend="x-window-system"/>,
    100       <xref linkend="mitkrb"/>,
     92      <ulink url="&blfs-book;/postlfs/linux-pam.html">linux-pam</ulink>,
     93      <ulink url="&blfs-book;x/installing.html">x-window-system</ulink>,
     94      <ulink url="&blfs-book;postlfs/mitkrb.html">MIT Kerberos</ulink>,
    10195      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>,
    10296      <ulink url="http://www.libressl.org/">LibreSSL Portable</ulink>,
     
    107101    <bridgehead renderas="sect4">Optional Runtime (Used only to gather entropy)</bridgehead>
    108102    <para role="optional">
    109       <xref role="runtime" linkend="openjdk"/>,
    110       <xref role="runtime" linkend="net-tools"/>, and
    111       <xref role="runtime" linkend="sysstat"/>
    112     </para>
    113 -->
     103      <ulink role="runtime" url="&blfs-book;general/openjdk.html">OpenJDK</ulink>,
     104      <ulink role="runtime" url="&blfs-book;basicnet/net-tools.html">net-tools</ulink>, and
     105      <ulink role="runtime" url="&blfs-book;general/sysstat.html">sysstat</ulink>
     106    </para>
     107
    114108    <para condition="html" role="usernotes">
    115109        User Notes: <ulink url="&blfs-wiki;/OpenSSH"/>
     
    321315
    322316    <sect3  id="openssh-init">
    323       <title><phrase revision="sysv">Boot Script</phrase>
    324              <phrase revision="systemd">Systemd Unit</phrase></title>
    325 
    326       <para revision="sysv">
    327         To start the SSH server at system boot, install the
     317      <title>Installing the Boot Script or Systemd Unit</title>
     318
     319      <para>
     320        If using the System V version of LFS, you can start the SSH server at
     321        system boot by installing the
    328322        <filename>/etc/rc.d/init.d/sshd</filename> init script included
    329323        in the <xref linkend="bootscripts"/> package.
    330324      </para>
    331325
    332       <para revision="systemd">
    333         To start the SSH server at system boot, install the
     326      <para>
     327        If using the systemd version of LFS, you can start the SSH server at
     328        system boot by installing the
    334329        <filename>sshd.service</filename> unit included in the
    335330        <xref linkend="systemd-units"/> package.
  • postlfs/security/sudo.xml

    r57e3994 racf7e2c  
    7575
    7676    <bridgehead renderas="sect3">Sudo Dependencies</bridgehead>
    77 <!--
     77
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    7979    <para role="optional">
    80       <xref linkend="linux-pam"/>,
    81       <xref linkend="mitkrb"/>,
    82       <xref linkend="openldap"/>,
    83       <xref linkend="server-mail"/> (that provides a
    84       <command>sendmail</command> command),
     80      <ulink url="&blfs-book;/postlfs/linux-pam.html">linux-pam</ulink>,
     81      <ulink url="&blfs-book;postlfs/mitkrb.html">MIT Kerberos</ulink>,
     82      <ulink url="&blfs-book;postlfs/openldap.html">openldap</ulink>
     83      <xref linkend="postfix"/> (or an equivalent package that provides a
     84        <command>sendmail</command> command),
    8585      <ulink url="http://www.openafs.org/">AFS</ulink>,
    8686      <ulink url="http://www.fwtk.org/">FWTK</ulink>, and
    8787      <ulink url="&sourceforge-dl;/opie/">Opie</ulink>
    8888    </para>
    89 -->
    9089
    9190    <para condition="html" role="usernotes">User Notes:
Note: See TracChangeset for help on using the changeset viewer.