From 32f511ec2b128a69b95d97391fb49f2071b9a9d8 Mon Sep 17 00:00:00 2001 From: Mikhail Kasimov Date: Fri, 11 May 2018 02:43:00 +0300 Subject: [PATCH] Update systemd-journal-upload.service.xml Security note on 2048 bits is added. --- man/systemd-journal-upload.service.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/systemd-journal-upload.service.xml b/man/systemd-journal-upload.service.xml index 7ca2ca4f18e..74686d0119e 100644 --- a/man/systemd-journal-upload.service.xml +++ b/man/systemd-journal-upload.service.xml @@ -228,7 +228,8 @@ legitimate, and vice versa, that the client is trusted. A suitable set of certificates can be generated with - openssl: + openssl. Note, 2048 bits of key length + is minimally recommended to use for security reasons: openssl req -newkey rsa:2048 -days 3650 -x509 -nodes \ -out ca.pem -keyout ca.key -subj '/CN=Certificate authority/' -- 2.47.3