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.
2 parents f0057cd + 3c601ae commit afd627bCopy full SHA for afd627b
src/ugrd/crypto/smartcard.toml
@@ -6,8 +6,8 @@ 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"
+# Escape braces as .format() is used
+reset_command = '{{ gpgconf --reload && einfo "$(gpg --card-status)"; }}'
11
12
[custom_parameters]
13
sc_public_key = "Path" # The path to the public key to import
0 commit comments