diff --git a/frontend/src/components/GCredentialRotationHelp.vue b/frontend/src/components/GCredentialRotationHelp.vue
new file mode 100644
index 0000000000..2a4e19bb72
--- /dev/null
+++ b/frontend/src/components/GCredentialRotationHelp.vue
@@ -0,0 +1,54 @@
+
+
+
+
+
+ Help
+
+
+
+
+ Credential Rotation Help
+
+
+
+ There are a lot of different credentials for Shoots to make sure that the various components can communicate with each other and to make sure it is usable and operable.
+
+ This page
+
+ explains how the varieties of credentials can be rotated so that the cluster can be considered secure.
+
+
+
+
+
+
diff --git a/frontend/src/components/ShootDetails/GShootCredentialRotationCard.vue b/frontend/src/components/ShootDetails/GShootCredentialRotationCard.vue
index a126c38f9e..db0cf0e7bb 100644
--- a/frontend/src/components/ShootDetails/GShootCredentialRotationCard.vue
+++ b/frontend/src/components/ShootDetails/GShootCredentialRotationCard.vue
@@ -6,7 +6,11 @@ SPDX-License-Identifier: Apache-2.0
-
+
+
+
+
+
import GCredentialTile from '@/components/GCredentialTile'
+import GCredentialRotationHelp from '@/components/GCredentialRotationHelp'
import { useShootItem } from '@/composables/useShootItem'