Skip to content

Commit

Permalink
both computers only have one sub key
Browse files Browse the repository at this point in the history
  • Loading branch information
langmartin committed Dec 2, 2024
1 parent bc3745b commit ed23247
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/gpg-key-extend
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ cat <<EOF | gpg --batch --command-fd 0 --status-fd 2 --edit-key "$1"
key 0
expire
3m
save
y
key 1
key 2
expire
y
3m
y
save
EOF

Expand Down

0 comments on commit ed23247

Please sign in to comment.