Skip to content

Commit

Permalink
Merge pull request #348 from openSUSE/wip-issue-222-redux
Browse files Browse the repository at this point in the history
obs_ag_installation_and_configuration: re-massage crypto advice
  • Loading branch information
smithfarm authored Jun 25, 2024
2 parents ed29e11 + f8ba4ad commit 0c0bc0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xml/obs_ag_installation_and_configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,10 @@ openssl x509 -req -days 365 -in /srv/obs/certs/server.csr \
-signkey /srv/obs/certs/server.key -out /srv/obs/certs/server.crt
cat /srv/obs/certs/server.key /srv/obs/certs/server.crt \
&gt; /srv/obs/certs/server.pem</screen>
<para>If 4096 bits is too small for the RSA key, or if you're wondering why
that number of bits, etc., read the output of</para>
<para>At the time of this writing (2024), we consider the 4K RSA key
to be a safe implementation, but you might want to check out the
current standards by consulting (on both client and server side)
the output of</para>
<screen><command>man crypto-policies</command></screen>
<para>and</para>
<screen><command>man update-crypto-policies</command></screen>
Expand Down

0 comments on commit 0c0bc0e

Please sign in to comment.