]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Removing reference to newkeys on README
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Nov 2010 19:33:18 +0000 (17:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Nov 2010 19:33:18 +0000 (17:33 -0200)
README
share/keyringer/genpair

diff --git a/README b/README
index 300a8c73eca5e679bfa9e8e6a3dab6b741f17e2e..59d45123c914a6f66a7a51773deb7f3714dc4702 100644 (file)
--- a/README
+++ b/README
@@ -125,11 +125,6 @@ main and key folders into your keyring configuration:
     keyringer <keyring> preferences add PUPPET=/path/to/puppet/config
     keyringer <keyring> preferences add PUPPET_KEYS=/path/to/puppet/keys
 
-Then you just need to issue the following command every time you have to create
-keys for new nodes:
-
-    keyringer <keyring> newkeys puppet
-
 Configuration files, preferences and options
 --------------------------------------------
 
index a71e47253627a16fb4446c84ef2278c4c39f970b..63a5bc6ff5a0ffa2ab4048ff1ee28cb4949b5e5b 100755 (executable)
@@ -58,7 +58,7 @@ EOF
   echo "Encrypting public key into keyringer..."
   gpg --armor --homedir "$TMPWORK" --export             | keyringer_exec encrypt "$BASEDIR" "$FILE.pub"
   echo "Encrypting passphrase into keyringer..."
-  echo "Passphrase for $FILE: $passphrase"         | keyringer_exec encrypt "$BASEDIR" "$FILE.passwd"
+  echo "Passphrase for $FILE: $passphrase"              | keyringer_exec encrypt "$BASEDIR" "$FILE.passwd"
 
   # TODO: add outfiles into version control
   if [ ! -z "$OUTFILE" ]; then