Skip to content

Commit

Permalink
Update mosquitto-tls to suggest modern cypher.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Aug 16, 2023
1 parent 41db417 commit fa9979c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/mosquitto-tls.7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<title>Server</title>
<para>Generate a server key.</para>
<itemizedlist mark="circle">
<listitem><para>openssl genrsa -des3 -out server.key 2048</para></listitem>
<listitem><para>openssl genrsa -aes256 -out server.key 2048</para></listitem>
</itemizedlist>

<para>Generate a server key without encryption.</para>
Expand All @@ -71,7 +71,7 @@
<title>Client</title>
<para>Generate a client key.</para>
<itemizedlist mark="circle">
<listitem><para>openssl genrsa -des3 -out client.key 2048</para></listitem>
<listitem><para>openssl genrsa -aes256 -out client.key 2048</para></listitem>
</itemizedlist>

<para>Generate a certificate signing request to send to the CA.</para>
Expand Down

0 comments on commit fa9979c

Please sign in to comment.