From: Mikhail Kasimov Date: Thu, 10 May 2018 23:43:00 +0000 (+0300) Subject: Update systemd-journal-upload.service.xml X-Git-Tag: v239~280^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32f511ec2b128a69b95d97391fb49f2071b9a9d8;p=thirdparty%2Fsystemd.git Update systemd-journal-upload.service.xml Security note on 2048 bits is added. --- 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/'