Skip to content

Commit 9e712b0

Browse files
committed
Move step into the procedure
bsc#1252644 jsc#DOCTEAM-2003
1 parent 6bd2f8c commit 9e712b0

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

xml/book_administration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<info xmlns:d="http://docbook.org/ns/docbook">
157157
<revhistory xml:id="rh-admin-part-appendix">
158158
<revision>
159-
<date>2025-06-17</date>
159+
<date>2026-03-19</date>
160160
<revdescription>
161161
<para/>
162162
</revdescription>

xml/ha_troubleshooting.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</dm:docmanager>
2929
<revhistory xml:id="rh-app-ha-troubleshooting">
3030
<revision>
31-
<date>2025-11-19</date>
31+
<date>2026-03-19</date>
3232
<revdescription>
3333
<para/>
3434
</revdescription>
@@ -464,18 +464,21 @@ Report saved in '/root/&exampleuser_plain;-test.tar.bz2'</screen>
464464
<para>Replace <filename>/etc/hawk/hawk.pem</filename> with the
465465
certificate that &hawk2; should present.</para>
466466
</step>
467+
<step>
468+
<para>
469+
Change ownership of the files to <literal>root:haclient</literal>
470+
and make the files accessible to the group:
471+
</para>
472+
<screen>&prompt.root;<command>chown root:haclient /etc/hawk/hawk.key /etc/hawk/hawk.pem</command>
473+
&prompt.root;<command>chmod 640 /etc/hawk/hawk.key /etc/hawk/hawk.pem</command></screen>
474+
</step>
467475
<step>
468476
<para>
469477
Restart the &hawk2; services to reload the new certificate:
470478
</para>
471479
<screen>&prompt.root;<command>systemctl restart hawk-backend hawk</command></screen>
472480
</step>
473481
</procedure>
474-
<para>
475-
Change ownership of the files to <literal>root:haclient</literal>
476-
and make the files accessible to the group:</para>
477-
<screen>&prompt.root;<command>chown root:haclient /etc/hawk/hawk.key /etc/hawk/hawk.pem</command>
478-
&prompt.root;<command>chmod 640 /etc/hawk/hawk.key /etc/hawk/hawk.pem</command></screen>
479482
</listitem>
480483
</varlistentry>
481484
</variablelist>

0 commit comments

Comments
 (0)