【发布时间】:2017-10-22 22:05:00
【问题描述】:
我正在尝试从 ActiveMQ 的公共 OpenPGP 密钥中获取指纹。它们发布在http://www.apache.org/dist/activemq/KEYS。
很遗憾,并非所有按键旁边都列出了指纹。你知道如何进行吗?
【问题讨论】:
-
另请参阅 unix.stackexchange GnuPG command to show key info from file
cat pubkey | gpg --import-options show-only --import上的答案