From 27e040f7423753a1ef7052eadfbcbfef2190a797 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 27 Feb 2025 10:03:12 +0100 Subject: [PATCH] keyutil: Reword pkcs7 documentation string a little --- man/systemd-keyutil.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man/systemd-keyutil.xml b/man/systemd-keyutil.xml index 7060433762..6b75c7bba8 100644 --- a/man/systemd-keyutil.xml +++ b/man/systemd-keyutil.xml @@ -68,9 +68,10 @@ pkcs7 - This command generates a PKCS#7 signature that embeds the PKCS#1 signature (RSA) - provided with to an file in PKCS#7 format - (p7s) using the certificate given with . + This command embeds the PKCS#1 signature (RSA) provided with + in a PKCS#7 signature using the certificate given with + and writes it to the file specified with + in PKCS#7 format (p7s).