diff --git a/postlfs/security/make-ca.xml b/postlfs/security/make-ca.xml
index ae59990763..d04f41bb14 100644
--- a/postlfs/security/make-ca.xml
+++ b/postlfs/security/make-ca.xml
@@ -131,13 +131,14 @@ install -vdm755 /etc/ssl/local
/usr/sbin/make-ca -g
- Previous versions of BLFS used the path
+
You should periodically update the store with the above command,
either manually, or via a cron job.
@@ -152,7 +153,7 @@ install -vdm755 /etc/ssl/local
enable the systemd timer:
-install -vdm755 /etc/cron.weekly &&
+install -vdm755 /etc/cron.weekly &&
cat > /etc/cron.weekly/update-pki.sh << "EOF" &&
#!/bin/bash
/usr/sbin/make-ca -g