Apptainer User Guide Logo
1.0
  • Introduction to Apptainer
  • Quick Start
  • Security in Apptainer
  • Build a container
  • The Definition File
  • Build Environment
  • Fakeroot feature
  • Sign and Verify
  • Key management commands
  • Encrypted Containers
  • Remote Endpoints
  • Library API Registries
  • Bind Paths and Mounts
  • Persistent Overlays
  • Running Services
  • Environment and Metadata
  • Plugins
  • Security Options
  • Network Options
  • Cgroups Support
  • Application Checkpointing
  • Singularity Compatibility
  • Support for Docker / OCI Containers
  • OCI Runtime Support
  • Apptainer and MPI applications
  • GPU Support
  • Contributing
  • Appendix
  • Command Line Reference
    • apptainer
    • apptainer build
    • apptainer cache
    • apptainer cache clean
    • apptainer cache list
    • apptainer capability
    • apptainer capability add
    • apptainer capability avail
    • apptainer capability drop
    • apptainer capability list
    • apptainer checkpoint
    • apptainer checkpoint create
    • apptainer checkpoint delete
    • apptainer checkpoint instance
    • apptainer checkpoint list
    • apptainer config
    • apptainer config fakeroot
    • apptainer config global
    • apptainer delete
    • apptainer exec
    • apptainer inspect
    • apptainer instance
    • apptainer instance list
    • apptainer instance start
    • apptainer instance stop
    • apptainer key
    • apptainer key export
    • apptainer key import
    • apptainer key list
    • apptainer key newpair
    • apptainer key pull
    • apptainer key push
    • apptainer key remove
    • apptainer key search
      • Synopsis
      • Examples
      • Options
      • SEE ALSO
    • apptainer oci
    • apptainer oci attach
    • apptainer oci create
    • apptainer oci delete
    • apptainer oci exec
    • apptainer oci kill
    • apptainer oci mount
    • apptainer oci pause
    • apptainer oci resume
    • apptainer oci run
    • apptainer oci start
    • apptainer oci state
    • apptainer oci umount
    • apptainer oci update
    • apptainer overlay
    • apptainer overlay create
    • apptainer plugin
    • apptainer plugin compile
    • apptainer plugin create
    • apptainer plugin disable
    • apptainer plugin enable
    • apptainer plugin inspect
    • apptainer plugin install
    • apptainer plugin list
    • apptainer plugin uninstall
    • apptainer pull
    • apptainer push
    • apptainer remote
    • apptainer remote add
    • apptainer remote add-keyserver
    • apptainer remote list
    • apptainer remote login
    • apptainer remote logout
    • apptainer remote remove
    • apptainer remote remove-keyserver
    • apptainer remote status
    • apptainer remote use
    • apptainer run
    • apptainer run-help
    • apptainer search
    • apptainer shell
    • apptainer sif
    • apptainer sif add
    • apptainer sif del
    • apptainer sif dump
    • apptainer sif header
    • apptainer sif info
    • apptainer sif list
    • apptainer sif new
    • apptainer sif setprim
    • apptainer sign
    • apptainer test
    • apptainer verify
    • apptainer version
  • License
Apptainer User Guide

Warning

You're browsing the documentation for an old version of Apptainer. Consider upgrading to the latest version of Apptainer.

Documentation for the latest version can always be found at:
https://apptainer.org/docs/user/latest/

  • Command Line Interface
  • apptainer key search
  • Edit on GitHub

apptainer key search

Search for keys on a key server

Synopsis

The ‘key search’ command allows you to connect to a key server and look for public keys matching the argument passed to the command line. You can search by name, email, or fingerprint / key ID. (Maximum 100 search entities)

apptainer key search [search options...] <search_string>

Examples

$ apptainer key search apptainer.org

# search by fingerprint:
$ apptainer key search 8883491F4268F173C6E5DC49EDECE4F3F38D871E

# search by key ID:
$ apptainer key search F38D871E

Options

-h, --help         help for search
-l, --long-list    output long list when searching for keys
-u, --url string   specify the key server URL

SEE ALSO

  • apptainer key - Manage OpenPGP keys

Auto generated by spf13/cobra on 16-Feb-2023

Previous Next

Built with Sphinx using a theme provided by Read the Docs.
© Contributors to the Apptainer project, established as Apptainer a Series of LF Projects LLC
© 2017-2022, Sylabs Inc