Sponsor:

Your company here, and a link to your site. Click to find out more.

apptainer-keyserver-add - Man Page

Add a keyserver (root user only)

Synopsis

apptainer keyserver add [options] [remoteName]

Description

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.

Options

-h, --help[=false] help for add

-i, --insecure[=false] allow insecure connection to keyserver

-o, --order=0 define the keyserver order

Example

  $ 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

See Also

apptainer-keyserver(1)

History

24-Apr-2024 Auto generated by spf13/cobra

Referenced By

apptainer-keyserver(1).

Apr 2024 Auto generated by spf13/cobra