Justfile: add TODO
This commit is contained in:
parent
e3b6e5f60f
commit
56a66ffae8
1 changed files with 1 additions and 0 deletions
1
Justfile
1
Justfile
|
@ -249,6 +249,7 @@ switch-yubikey:
|
||||||
set -xe
|
set -xe
|
||||||
KEY_ID=$(gpg --card-status | rg sec | rg -o '[0-9A-Z]{16}')
|
KEY_ID=$(gpg --card-status | rg sec | rg -o '[0-9A-Z]{16}')
|
||||||
gpg --delete-secret-and-public-keys $KEY_ID
|
gpg --delete-secret-and-public-keys $KEY_ID
|
||||||
|
# TODO: fix this as it still blocks on the gpg prompt
|
||||||
gpg2 --edit-card <<-EOF
|
gpg2 --edit-card <<-EOF
|
||||||
fetch
|
fetch
|
||||||
quit
|
quit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue