singularity-key-export - Man Page
Export a public or private key into a specific file
Synopsis
singularity key export [export options...]
Description
The 'key export' command allows you to export a key and save it to a file.
Options
-a, --armor[=false] ascii armored format
-g, --global[=false] manage global public keys (import/pull/remove are restricted to root user or unprivileged installation only)
-h, --help[=false] help for export
-s, --secret[=false] export a secret key
Example
Exporting a private key: $ singularity key export --secret ./private.asc Exporting a public key: $ singularity key export ./public.asc
See Also
History
27-Jan-2021 Auto generated by spf13/cobra
Referenced By
Jan 2021 Auto generated by spf13/cobra