We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0057cd commit 0a019c0Copy full SHA for 0a019c0
src/ugrd/crypto/smartcard.toml
@@ -6,8 +6,7 @@ kmod_init = "uhid"
6
cryptsetup_autoretry = false
7
8
[cryptsetup_key_types.gpg]
9
-# 1s is apparently not enough time for scdaemon to restart
10
-reset_command = "gpgconf --reload && gpg --card-status"
+reset_command = "{ gpgconf --reload && gpg --card-status }"
11
12
[custom_parameters]
13
sc_public_key = "Path" # The path to the public key to import
0 commit comments