add near:///path/to/grave.tomb

which just rewrites to /path/to/grave.tomb.key
Stupid, but nice to have. Also, could be good if changing the way
we create the key (a move from gpg to pbkdf2 is planned)
This commit is contained in:
boyska 2011-11-17 00:31:16 +01:00 committed by Jaromil
parent e0db6318fe
commit c3006f5037

View File

@ -121,6 +121,10 @@ function undertaker_scheme() {
fi
done
;;
near)
###Given the path to the tomb, search the key near to that
undertaker_scheme file ${keypath}.key
;;
*)
if ! which undertaker-$scheme &> /dev/null; then
error "url protocol not recognized: $scheme"