Update systemd-journal-upload.service.xml

Security note on 2048 bits is added.
This commit is contained in:
Mikhail Kasimov 2018-05-11 02:43:00 +03:00 committed by GitHub
parent 562b65ca38
commit 32f511ec2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,8 @@
legitimate, and vice versa, that the client is trusted.</para>
<para>A suitable set of certificates can be generated with
<command>openssl</command>:</para>
<command>openssl</command>. Note, 2048 bits of key length
is minimally recommended to use for security reasons:</para>
<programlisting>openssl req -newkey rsa:2048 -days 3650 -x509 -nodes \
-out ca.pem -keyout ca.key -subj '/CN=Certificate authority/'