Opened 7 years ago

Closed 5 years ago

#165 closed enhancement (resolved)

Allow using GPG keys stored in a directory

Reported by: Bruno Cornec Owned by: Bruno Cornec
Priority: major Milestone: 0.15.1
Component: pb Version: 0.14.5
Keywords: Cc: sebastien.cabaniols@…

Description

WHen gpg keys are stored in $HOME/mykeys you can use gpg --homedir=$HOME/mykeys to list them pb is not yet able to use that. Please fix !!

Change History (3)

comment:1 by Bruno Cornec, 7 years ago

Cc: sebastien.cabaniols@… added
Status: newassigned

comment:2 by Bruno Cornec, 7 years ago

Ok, in fact gnupg is able to use an environment variable so setting it up is sufficient to have the commands behave correctly.

Somthing like for bash:

export GNUPGHOME=$HOME/mykeys

should be sufficient.

To be tested.

comment:3 by Bruno Cornec, 5 years ago

Resolution: resolved
Status: assignedclosed
Note: See TracTickets for help on using tickets.