diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-29 16:25:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-29 16:25:16 +0000 |
commit | c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8 (patch) | |
tree | b9ee5d6d6ea3f93267fe4f7d05dd83aa8702d753 /share/man/container-key.1.rst | |
parent | Adding debian version 20221223-6. (diff) | |
download | open-infrastructure-compute-tools-c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8.tar.xz open-infrastructure-compute-tools-c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8.zip |
Merging upstream version 20240829.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man/container-key.1.rst')
-rw-r--r-- | share/man/container-key.1.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/container-key.1.rst b/share/man/container-key.1.rst index ff2b93f..5dce6a2 100644 --- a/share/man/container-key.1.rst +++ b/share/man/container-key.1.rst @@ -1,6 +1,6 @@ .. Open Infrastructure: compute-tools -.. Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +.. Copyright (C) 2014-2024 Daniel Baumann <daniel.baumann@open-infrastructure.net> .. .. SPDX-License-Identifier: GPL-3.0+ .. @@ -59,6 +59,7 @@ Examples Add a key to the keyring manually: gpg --keyserver hkps://keys.openpgp.org --recv 0x55CF1BF986ABB9C7 + gpg --armor --export 0x55CF1BF986ABB9C7 | sudo container key --add - Assisted adding of the same key: |