apptainer-key-import - Man Page
Import a local key into the local or global keyring
Synopsis
apptainer key import [import options...]
Description
The 'key import' command allows you to add a key to your local or global keyring
from a specific file.
Options
-g, --global[=false] manage global public keys (import/pull/remove are restricted to root user or unprivileged installation only)
-h, --help[=false] help for import
-d, --keysdir="/builddir/.apptainer/keys" set local keyring dir path, an alternative way is to set environment variable 'APPTAINER_KEYSDIR'
--new-password[=false] set a new password to the private key
Example
$ apptainer key import ./my-key.asc # Import into global keyring (root user only) $ apptainer key import --global ./my-key.asc
See Also
History
5-Sep-2024 Auto generated by spf13/cobra
Referenced By
Sep 2024 Auto generated by spf13/cobra