Ignore:
Timestamp:
01/02/2019 07:00:52 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
d60cd837
Parents:
4199730
Message:

Merge to HEAD 20905.

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

File:
1 edited

Legend:

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

    r4199730 r8f6f10e  
    1212  <!ENTITY make-ca-download      "https://github.com/djlucas/make-ca/releases/download/v&make-ca-version;/make-ca-&make-ca-version;.tar.xz">
    1313  <!ENTITY make-ca-size          "28 KB">
    14   <!ENTITY make-ca-md5sum        "b038d38233f970aad60c29dfc0502021">
     14  <!ENTITY make-ca-md5sum        "5b68cf77b02d5681f8419b8acfd139c0">
    1515]>
    1616
     
    174174    either manually, or via a <phrase revision="sysv">cron job.</phrase>
    175175    <phrase revision="systemd">systemd timer. A timer is installed at
    176     <filename>/etc/systemd/system/update-pki.timer</filename> that, if enabled,
    177     will check for updates weekly.</phrase></para>
     176    <filename>/usr/lib/systemd/system/update-pki.timer</filename> that, if
     177    enabled, will check for updates weekly. </phrase><phrase revision="sysv">If
     178    you've installed <xref linkend="fcron"/> and completed the section on
     179    periodic jobs, execute</phrase><phrase revision="systemd">Execute</phrase>
     180    the following commands, as the
     181    <systemitem class="username">root</systemitem> user, to
     182    <phrase revision="sysv">create a weekly cron job:</phrase>
     183    <phrase revision="systemd">enable the systemd timer:</phrase>
     184    </para>
     185
     186<screen role="root" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-pki.sh &lt;&lt; "EOF" &amp;&amp;
     187<literal>#!/bin/bash
     188/usr/sbin/make-ca -g</literal>
     189EOF
     190chmod 754 /etc/cron.weekly/update-pki.sh</userinput></screen>
     191
     192<screen role="root" revision="systemd"><userinput>systemctl enable update-pki.timer</userinput></screen>
    178193
    179194  </sect2>
Note: See TracChangeset for help on using the changeset viewer.