1singularity(1) singularity(1)
2
3
4
6 singularity-key-import - Import a local key into the local or global
7 keyring
8
9
10
12 singularity key import [import options...]
13
14
15
17 The 'key import' command allows you to add a key to your local or
18 global keyring
19 from a specific file.
20
21
22
24 -g, --global[=false] manage global public keys (import/pull/remove
25 are restricted to root user or unprivileged installation only)
26
27
28 -h, --help[=false] help for import
29
30
31 --new-password[=false] set a new password to the private key
32
33
34
36 $ singularity key import ./my-key.asc
37
38 # Import into global keyring (root user only)
39 $ singularity key import --global ./my-key.asc
40
41
42
43
45 singularity-key(1)
46
47
48
50 26-May-2021 Auto generated by spf13/cobra
51
52
53
54Auto generated by spf13/cobra May 2021 singularity(1)