]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Genpair TODO update
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 29 Sep 2013 20:11:44 +0000 (17:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 29 Sep 2013 20:11:44 +0000 (17:11 -0300)
share/keyringer/genpair

index 71ae86d60721703a66901959fe046e7219c856da..5e013dc5d0ccbf8ecefb76dd7c9c450c0ac93cca 100755 (executable)
@@ -20,7 +20,6 @@ function genpair_ssh {
   echo "Encrypting public key into keyringer..."
   cat "$TMPWORK/id_rsa.pub" | keyringer_exec encrypt "$BASEDIR" "$FILE.pub"
 
-  # TODO: add outfiles into version control
   if [ ! -z "$OUTFILE" ]; then
     mkdir -p `dirname $OUTFILE`
     printf "Saving copies at %s and %s.pub\n" "$OUTFILE" "$OUTFILE"
@@ -72,7 +71,6 @@ EOF
   echo "Encrypting passphrase into keyringer..."
   echo "Passphrase for $FILE: $passphrase"               | keyringer_exec encrypt "$BASEDIR" "$FILE.passwd"
 
-  # TODO: add outfiles into version control
   if [ ! -z "$OUTFILE" ]; then
     mkdir -p `dirname $OUTFILE`
     printf "Saving copies at %s and %s.pub\n" "$OUTFILE" "$OUTFILE"
@@ -162,7 +160,6 @@ EOF
   cd "$CWD"
 
   if [ ! -z "$OUTFILE" ]; then
-    # TODO: add outfiles into version control
     mkdir -p `dirname $OUTFILE`
     printf "Saving copies at %s\n" "`dirname $OUTFILE`"
     cat "$TMPWORK/${NODE}_privatekey.pem" > "$OUTFILE.pem"