From 3e0ab27bdb2645c55eb2cbf4c01356ef2d65b1cf Mon Sep 17 00:00:00 2001 From: LY <51789698+Young-Lord@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:48:20 +0800 Subject: [PATCH] General key info --- ...15\201\345\210\206\351\222\237\351\200\237\351\200\232.md" | 4 ++++ 1 file changed, 4 insertions(+) diff --git "a/_posts/2023-11-30-Ventoy_Arch_Linux_To_Go_\345\215\201\345\210\206\351\222\237\351\200\237\351\200\232.md" "b/_posts/2023-11-30-Ventoy_Arch_Linux_To_Go_\345\215\201\345\210\206\351\222\237\351\200\237\351\200\232.md" index 5869271..f5e20bf 100644 --- "a/_posts/2023-11-30-Ventoy_Arch_Linux_To_Go_\345\215\201\345\210\206\351\222\237\351\200\237\351\200\232.md" +++ "b/_posts/2023-11-30-Ventoy_Arch_Linux_To_Go_\345\215\201\345\210\206\351\222\237\351\200\237\351\200\232.md" @@ -177,6 +177,10 @@ sudo systemctl enable pcscd # 参考资料:https://wiki.archlinux.org/title/GnuPG#GnuPG_with_pcscd_(PCSC_Lite) # 参考资料: https://support.nitrokey.com/t/nk3-mini-gpg-selecting-card-failed-no-such-device-gpg-card-setup/5057/7 +## 关于gpg操作智能卡 +# gpg --card-status +# 最下面的`General key info`是key上的密钥与本机的`.gnupg`中的公钥的交集,如果为`[none]`,使用key前需要先在本机的gnupg导入对应key的公钥。 + ## 如果浏览器无法连接到CanoKey,可以尝试以下方法 # killall gpg gpg-agent ssh-agent pcscd # sudo systemctl stop pcscd.socket