apptainer-remote-add-keyserver - Man Page
Add a keyserver (root user only)
Synopsis
apptainer 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.
Options
-h, --help[=false] help for add-keyserver
-i, --insecure[=false] allow insecure connection to keyserver
-o, --order=0 define the keyserver order
Example
$ apptainer remote add-keyserver https://keys.example.com To add a keyserver to be used as the primary keyserver for the current endpoint $ apptainer remote add-keyserver --order 1 https://keys.example.com
See Also
History
14-Sep-2023 Auto generated by spf13/cobra
Referenced By
Sep 2023 Auto generated by spf13/cobra