[ba6027a] | 1 | |
---|
| 2 | >>>> keycheck the encrypted private key (with passphrase file) ... |
---|
| 3 | creddy keycheck : enc_private.pem is okay |
---|
| 4 | |
---|
| 5 | >>>> generate a regular abac private key ... |
---|
| 6 | Generating key, this will take a while. Create entropy! |
---|
| 7 | - move the mouse |
---|
| 8 | - generate disk activity (run find) |
---|
| 9 | |
---|
| 10 | >>>> keycheck the regular private key ... |
---|
| 11 | creddy keycheck : abc_private.pem is okay |
---|
| 12 | |
---|
| 13 | >>>> attr check the regular id credential ... |
---|
| 14 | Issuer: CN=abc |
---|
| 15 | Subject: CN=abc |
---|
| 16 | |
---|
| 17 | >>>> verify check the regular id credential ... |
---|
| 18 | signature good, certificates valid |
---|
| 19 | |
---|
| 20 | >>>> generate an id credential using encrypted private key ... |
---|
| 21 | |
---|
| 22 | >>>> attr check the id credential ... |
---|
| 23 | Issuer: CN=abcE |
---|
| 24 | Subject: CN=abcE |
---|
| 25 | |
---|
| 26 | >>>> verify check the id credential ... |
---|
| 27 | signature good, certificates valid |
---|
| 28 | |
---|
| 29 | >>>> generate an id credential, reusing the regular private key ... |
---|
| 30 | |
---|
| 31 | >>>> attr check the regular id credential ... |
---|
| 32 | Issuer: CN=abcN |
---|
| 33 | Subject: CN=abcN |
---|
| 34 | |
---|
| 35 | >>>> verify check the regular id credential ... |
---|
| 36 | signature good, certificates valid |
---|
| 37 | |
---|
| 38 | >>>> expected failure case ... |
---|
| 39 | creddy: passphrase file does not exist!! |
---|
| 40 | |
---|
| 41 | |
---|
| 42 | >>>> expected failure case ... |
---|
| 43 | building CRED_PRIVATE_KEY - RSA failed, tried 5 builders |
---|
| 44 | creddy: couldn't create ID without private key |
---|