singularity key export¶
Export a public or private key into a specific file
Synopsis¶
The ‘key export’ command allows you to export a key and save it to a file.
singularity key export [export options...] <key-fingerprint> <output-file>
Examples¶
Exporting a private key:
$ singularity key export --secret <path_to_file>
Exporting a public key:
$ singularity key export <path_to_file>
Options¶
-a, --armor ascii armored format
-h, --help help for export
-s, --secret export a secret key