From 30e2de58b63d83846f4a2f0755700b19c97a27d2 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Tue, 1 Apr 2025 15:22:26 +0200 Subject: [PATCH] Underline where to find info about storing GPG key permanently. * https://github.com/SUSE/spacewalk/issues/26833 * https://bugzilla.suse.com/show_bug.cgi?id=1240225 --- modules/administration/pages/custom-channels.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/administration/pages/custom-channels.adoc b/modules/administration/pages/custom-channels.adoc index 84ca86020d4..2e2b392ef92 100644 --- a/modules/administration/pages/custom-channels.adoc +++ b/modules/administration/pages/custom-channels.adoc @@ -47,6 +47,9 @@ For example, execute the [command]``spacewalk-repo-sync`` from the command line /usr/bin/spacewalk-repo-sync -c -t yum ---- +This command and procedure is for temporary GPG key synchronization only. +For storing the key permantenly, see this section later on. + The underlying [command]``zypper`` call will import the key, if it is available. The {webui} does not offer this feature. @@ -90,12 +93,16 @@ The key would also persist if the chroot environment would be cleaned. .Procedure: Creating a Software Repository with GPG Key -. The command to import a key into the keyring is: +. On the container horst, the command to import a key into the keyring, is: + + + +[source,shell] ---- mgradm gpg add /path/to/gpg.key ---- +. For more information, see xref:client-configuration:autoinst-owngpgkey.adoc[]. [NOTE] ====