apptainer key remove
Remove a local public key from your local or the global keyring
Synopsis
The ‘key remove’ command will remove a local public key from the local or the global keyring.
apptainer key remove <fingerprint>
Examples
$ apptainer key remove D87FE3AF5C1F063FCBCC9B02F812842B5EEE5934
Options
-b, --both remove both public and private keys
-g, --global manage global public keys (import/pull/remove are restricted to root user or unprivileged installation only)
-h, --help help for remove
-d, --keysdir string set local keyring dir path, an alternative way is to set environment variable 'APPTAINER_KEYSDIR' (default "/home/runner/.apptainer/keys")
-p, --public remove public keys only
-s, --secret remove secret keys only