.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-remote-add-keyserver - Add a keyserver (root user only) .SH SYNOPSIS .PP \fBsingularity remote add-keyserver [options] [remoteName] \fP .SH DESCRIPTION .PP The 'remote add-keyserver' command allows to define additional keyserver. The --order option can define the order of the keyserver for all related key operations, therefore when specifying '--order 1' the keyserver is becoming the primary keyserver. If no endpoint is specified, it will use the default remote endpoint (SylabsCloud). .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for add-keyserver .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 .PP .RS .nf $ singularity remote add-keyserver https://keys.example.com To add a keyserver to be used as the primary keyserver for the current endpoint $ singularity remote add-keyserver --order 1 https://keys.example.com .fi .RE .SH SEE ALSO .PP \fBsingularity-remote(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra