forked from rpm-software-management/rpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give more detailed information about the public keys. No 100% sure of using --verbose is the right call here. May be we should add --info to the cli. Does not list sub keys yet.
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,6 +130,22 @@ runroot rpmkeys --list 4344591e1964c5fc | |
], | ||
[]) | ||
|
||
RPMTEST_CHECK([ | ||
runroot rpmkeys -v --list 4344591e1964c5fc | ||
], | ||
[0], | ||
[Public key | ||
Issuer: rpm.org RSA testkey <[email protected]> | ||
Fingerprint: 771b18d3d7baa28734333c424344591e1964c5fc | ||
Key ID: 4344591e1964c5fc | ||
Creation Time: Thu Apr 6 12:48:24 2017 | ||
Version: V4 | ||
Key algorithm: RSA | ||
Hash algorithm: SHA256 | ||
|
||
], | ||
[]) | ||
|
||
|
||
RPMTEST_CHECK([ | ||
runroot rpmkeys --list XXX | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters