singularity(1) | singularity(1) |
NAME¶
singularity-remote-add-keyserver - Add a keyserver (root user only)
SYNOPSIS¶
singularity remote add-keyserver [options] [remoteName]
DESCRIPTION¶
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).
OPTIONS¶
-h, --help[=false] help for add-keyserver
-i, --insecure[=false] allow insecure connection to keyserver
-o, --order=0 define the keyserver order
EXAMPLE¶
$ 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
SEE ALSO¶
singularity-remote(1)
HISTORY¶
20-Feb-2022 Auto generated by spf13/cobra
Feb 2022 | Auto generated by spf13/cobra |