.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-key-import - Import a local key into the local or global keyring .SH SYNOPSIS .PP \fBsingularity key import [import options...] \fP .SH DESCRIPTION .PP The 'key import' command allows you to add a key to your local or global keyring from a specific file. .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 import .PP \fB--new-password\fP[=false] set a new password to the private key .SH EXAMPLE .PP .RS .nf $ singularity key import ./my-key.asc # Import into global keyring (root user only) $ singularity key import --global ./my-key.asc .fi .RE .SH SEE ALSO .PP \fBsingularity-key(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra