Skip to content

Commit 0cbf5ab

Browse files
committed
add gpg --card-status to reload command
Signed-off-by: Zen <[email protected]>
1 parent 6a9f20a commit 0cbf5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ugrd/crypto/smartcard.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ binaries = [ "/usr/libexec/scdaemon" ]
55
_kmod_depend = "uhid"
66

77
[cryptsetup_key_types.gpg]
8-
reset_command = "gpgconf --reload scdaemon"
8+
reset_command = "gpgconf --reload scdaemon && gpg --card-status"
99

1010
[custom_parameters]
1111
sc_public_key = "str" # The path to the public key to import

0 commit comments

Comments
 (0)