.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-key-pull - Download a public key from a key server .SH SYNOPSIS .PP \fBapptainer key pull [pull options...] \fP .SH DESCRIPTION .PP The 'key pull' command allows you to retrieve public key material from a remote key server, and add it to your keyring. Note that Apptainer consults your keyring when running commands such as 'apptainer verify', and thus adding a key to your keyring implies a level of trust. Because of this, it is recommended that you verify the fingerprint of the key with its owner prior to running this command. .SH OPTIONS .PP \fB-g\fP, \fB--global\fP[=false] manage global public keys (import/pull/remove are restricted to root user or unprivileged installation only) .PP \fB-h\fP, \fB--help\fP[=false] help for pull .PP \fB-d\fP, \fB--keysdir\fP="/build/.apptainer/keys" set local keyring dir path, an alternative way is to set environment variable 'APPTAINER_KEYSDIR' .PP \fB-u\fP, \fB--url\fP="" specify the key server URL .SH EXAMPLE .EX $ apptainer key pull 8883491F4268F173C6E5DC49EDECE4F3F38D871E .EE .SH SEE ALSO .PP \fBapptainer-key(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra