Update README.md
This commit is contained in:
parent
2d28e24302
commit
dc02dc252f
10
README.md
10
README.md
@ -32,9 +32,16 @@ Set this key(or another of cource) for default:
|
|||||||
|
|
||||||
vim ~/.gnupg/gpg.conf
|
vim ~/.gnupg/gpg.conf
|
||||||
# find string and uncomment or add it
|
# find string and uncomment or add it
|
||||||
default-key your@mail-address-key.org
|
default-key key_email@example.com
|
||||||
:wq
|
:wq
|
||||||
|
|
||||||
|
You can use not default key:
|
||||||
|
|
||||||
|
# Create file with key email
|
||||||
|
cat > ~/.PM/.key << EOF
|
||||||
|
key_email@example.com
|
||||||
|
EOF
|
||||||
|
|
||||||
First run:
|
First run:
|
||||||
|
|
||||||
$ ./pm.pl
|
$ ./pm.pl
|
||||||
@ -65,4 +72,3 @@ Show help screen:
|
|||||||
* Import/Export with simple(only password) encryption
|
* Import/Export with simple(only password) encryption
|
||||||
* Password lenght
|
* Password lenght
|
||||||
* Store decrypted DB into RAM not in /tmp/
|
* Store decrypted DB into RAM not in /tmp/
|
||||||
* Different keys selection
|
|
||||||
|
Loading…
Reference in New Issue
Block a user