singularity remote add-keyserver¶
Add a keyserver (root user only)
Synopsis¶
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).
singularity remote add-keyserver [options] [remoteName] <keyserver_url>
Examples¶
$ 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
Options¶
-h, --help help for add-keyserver
-i, --insecure allow insecure connection to keyserver
-o, --order uint32 define the keyserver order
SEE ALSO¶
singularity remote - Manage singularity remote endpoints, keyservers and OCI/Docker registry credentials
Auto generated by spf13/cobra on 2-Jul-2021