X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/030c25b77f357ef0657460d7590cc662b6f7a9b3..8fc4c5cd7e7c8590b55bf41e4f984a4952374b4b:/manual/become.texi diff --git a/manual/become.texi b/manual/become.texi index 58fbf36..76ce702 100644 --- a/manual/become.texi +++ b/manual/become.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c -@c $Id: become.texi,v 1.5 2003/10/12 00:14:49 mdw Exp $ +@c $Id: become.texi,v 1.6 2003/10/26 11:57:46 mdw Exp $ @c @c Documentation for `become' @c @@ -10,6 +10,9 @@ @c ----- Revision history --------------------------------------------------- @c @c $Log: become.texi,v $ +@c Revision 1.6 2003/10/26 11:57:46 mdw +@c Fix key reloading core dumps. Change advice on keys. +@c @c Revision 1.5 2003/10/12 00:14:49 mdw @c Major overhaul. Now uses DSA signatures rather than the bogus symmetric @c encrypt-and-hope thing. Integrated with mLib and Catacomb. @@ -1524,7 +1527,7 @@ The key file can be generated using Catacomb's @code{key} program. The commands @example -key -k /etc/become/become.key add -adsa become-dsa +key -k /etc/become/become.key add -adsa -e"now + 1 year" become-dsa key -k /etc/become/become.key extract -f -secret /etc/become/become.pubkey @end example