From 8e6e51ee27423617540bf75d6c16a19c0b2e5880 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Sun, 2 Jun 2024 23:39:23 +0200
Subject: [PATCH] tsig key location

---
 Doc/Sdi/CloudProvider/gettingStarted.xml | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/Doc/Sdi/CloudProvider/gettingStarted.xml b/Doc/Sdi/CloudProvider/gettingStarted.xml
index 88b5cb2e..fac43710 100644
--- a/Doc/Sdi/CloudProvider/gettingStarted.xml
+++ b/Doc/Sdi/CloudProvider/gettingStarted.xml
@@ -1744,8 +1744,8 @@ echo "<emphasis role="red">apt-cacher-ng service ready</emphasis>"</programlisti
 
         <listitem>
           <para>One subdomain per group <acronym>e.g.</acronym> <emphasis
-          role="red">g7.sdi.mi.hdm-stuttgart.de</emphasis> corresponding to
-          <emphasis role="red">group 7</emphasis>.</para>
+          role="red">g03.sdi.mi.hdm-stuttgart.de</emphasis> corresponding to
+          <emphasis role="red">group 3</emphasis>.</para>
         </listitem>
 
         <listitem>
@@ -1755,24 +1755,31 @@ echo "<emphasis role="red">apt-cacher-ng service ready</emphasis>"</programlisti
           xlink:href="https://learn.mi.hdm-stuttgart.de/ilias/goto.php?target=crs_33735">SDI
           course</link>:</para>
 
-          <screen>hmac-sha256:mykey.<emphasis role="red">g7</emphasis>:I5sDDS3L1BU...</screen>
+          <screen>hmac-sha512:g03.key:I5sDDS3L1BU...</screen>
 
           <note>
             <para>The per zone secrets are being created using <link
             xlink:href="https://manpages.ubuntu.com/manpages/jammy/man8/ddns-confgen.8.html">tsig-keygen</link>.
-            The value appearing here does not reflect a production
-            setting.</para>
+            Value appearing here do not reflect production settings.</para>
           </note>
         </listitem>
 
         <listitem>
           <para>Edits become globally visible. Mind the TTL setting: A higher
-          value means you'll have to wait longer until error corrections
-          become visible.</para>
+          value means you'll have to wait longer until updates become
+          visible.</para>
         </listitem>
       </itemizedlist>
     </figure>
 
+    <figure xml:id="sdiDnsAccessKeyLocation">
+      <title>Key file location</title>
+
+      <para>Key file available in your working group below <link
+      xlink:href="https://learn.mi.hdm-stuttgart.de/ilias/goto.php?target=crs_35208">113475
+      Software defined Infrastructure</link>.</para>
+    </figure>
+
     <figure xml:id="sdiDnsQueryZone">
       <title>Querying <xref linkend="glo_DNS"/> zone</title>
 
-- 
GitLab