1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-remote-add-keyserver - Add a keyserver (root user only)
7
8
9

SYNOPSIS

11       singularity remote add-keyserver [options] [remoteName]
12
13
14

DESCRIPTION

16       The  'remote  add-keyserver'  command  allows to define additional key‐
17       server. The --order
18         option can define the order of the keyserver for all related key  op‐
19       erations, therefore
20         when  specifying  '--order  1'  the keyserver is becoming the primary
21       keyserver. If no endpoint
22         is specified, it will use the default remote endpoint (SylabsCloud).
23
24
25

OPTIONS

27       -h, --help[=false]      help for add-keyserver
28
29
30       -i, --insecure[=false]      allow insecure connection to keyserver
31
32
33       -o, --order=0      define the keyserver order
34
35
36

EXAMPLE

38                $ singularity remote add-keyserver https://keys.example.com
39
40                To add a keyserver to be used as the primary keyserver for the current endpoint
41                $ singularity remote add-keyserver --order 1 https://keys.example.com
42
43
44
45

SEE ALSO

47       singularity-remote(1)
48
49
50

HISTORY

52       26-May-2021 Auto generated by spf13/cobra
53
54
55
56Auto generated by spf13/cobra      May 2021                     singularity(1)
Impressum