.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-keyserver-add - Add a keyserver (root user only) .SH SYNOPSIS .PP \fBapptainer keyserver add [options] [remoteName] \fP .SH DESCRIPTION .PP The 'keyserver add' command lets the user specify an additional keyserver. The --order specifies the order of the new keyserver relative to the keyservers that have already been specified. Therefore, when specifying '--order 1', the new keyserver will become the primary one. If no endpoint is specified, the new keyserver will be associated with the default remote endpoint. .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for add .PP \fB-i\fP, \fB--insecure\fP[=false] allow insecure connection to keyserver .PP \fB-o\fP, \fB--order\fP=0 define the keyserver order .SH EXAMPLE .EX $ apptainer keyserver add https://keys.example.com To add a keyserver to be used as the primary keyserver for the current endpoint: $ apptainer keyserver add --order 1 https://keys.example.com .EE .SH SEE ALSO .PP \fBapptainer-keyserver(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra