@@ -104,8 +104,8 @@ command group like so:.
104
104
105
105
$ singularity key newpair
106
106
107
- Enter your name (e.g., John Doe) : David Trudgian
108
- Enter your email address (e.g., [email protected] ) : [email protected]
107
+ Enter your name (e.g., John Doe) : Joe User
108
+ Enter your email address (e.g., [email protected] ) : [email protected]
109
109
Enter optional comment (e.g., development keys) : demo
110
110
Enter a passphrase :
111
111
Retype your passphrase :
@@ -128,7 +128,7 @@ or saved locally.`
128
128
129
129
Public key listing (/home/dave/.singularity/sypgp/pgp-public):
130
130
131
- 0) User: David Trudgian (demo) <[email protected] >
131
+ 0) User: Joe User (demo) <[email protected] >
132
132
Creation time: 2019-11-15 09:54:54 -0600 CST
133
133
Fingerprint: E5F780B2C22F59DF748524B435C3844412EE233B
134
134
Length (in bits): 4096
@@ -153,7 +153,7 @@ download it again like so.
153
153
Showing 1 results
154
154
155
155
KEY ID BITS NAME/EMAIL
156
- 12EE233B 4096 David Trudgian (demo) <[email protected] >
156
+ 12EE233B 4096 Joe User (demo) <[email protected] >
157
157
158
158
$ singularity key pull 12EE233B
159
159
@@ -208,7 +208,7 @@ without needing to contact the Keystore.
208
208
209
209
$ singularity verify my_container.sif
210
210
Verifying image: my_container.sif
211
- [LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected] >
211
+ [LOCAL] Signing entity: Joe User (Demo keys) <[email protected] >
212
212
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
213
213
Objects verified:
214
214
ID |GROUP |LINK |TYPE
@@ -229,7 +229,7 @@ command again.
229
229
230
230
$ singularity verify my_container.sif
231
231
Verifying image: my_container.sif
232
- [REMOTE] Signing entity: David Trudgian (Demo keys) <[email protected] >
232
+ [REMOTE] Signing entity: Joe User (Demo keys) <[email protected] >
233
233
[REMOTE] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
234
234
Objects verified:
235
235
ID |GROUP |LINK |TYPE
@@ -286,7 +286,7 @@ option to ``sign`` and ``verify``.
286
286
287
287
$ singularity verify --sif-id 1 my_container.sif
288
288
Verifying image: my_container.sif
289
- [LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected] >
289
+ [LOCAL] Signing entity: Joe User (Demo keys) <[email protected] >
290
290
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
291
291
Objects verified:
292
292
ID |GROUP |LINK |TYPE
@@ -303,7 +303,7 @@ knowledge.
303
303
304
304
$ singularity verify my_container.sif
305
305
Verifying image: my_container.sif
306
- [LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected] >
306
+ [LOCAL] Signing entity: Joe User (Demo keys) <[email protected] >
307
307
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
308
308
309
309
Error encountered during signature verification: object 2: object not signed
@@ -327,7 +327,7 @@ the same ``--group-id`` option.
327
327
328
328
$ singularity verify --group-id 1 my_container.sif
329
329
Verifying image: my_container.sif
330
- [LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected] >
330
+ [LOCAL] Signing entity: Joe User (Demo keys) <[email protected] >
331
331
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
332
332
Objects verified:
333
333
ID |GROUP |LINK |TYPE
@@ -345,7 +345,7 @@ specifying ``--group-id`` can also verify the container:
345
345
346
346
$ singularity verify my_container.sif
347
347
Verifying image: my_container.sif
348
- [LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected] >
348
+ [LOCAL] Signing entity: Joe User (Demo keys) <[email protected] >
349
349
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
350
350
Objects verified:
351
351
ID |GROUP |LINK |TYPE
0 commit comments