aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-21 17:33:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-21 17:33:18 -0200
commitade1914133edc3c6e51eff8e74eae463f57eb136 (patch)
tree745662407412de2d4852e24a67f2ccbd7411d95a
parent9851663c1decf9d486e83815f9938ff027309779 (diff)
downloadkeyringer-ade1914133edc3c6e51eff8e74eae463f57eb136.tar.gz
keyringer-ade1914133edc3c6e51eff8e74eae463f57eb136.tar.bz2
Removing reference to newkeys on README
-rw-r--r--README5
-rwxr-xr-xshare/keyringer/genpair2
2 files changed, 1 insertions, 6 deletions
diff --git a/README b/README
index 300a8c7..59d4512 100644
--- 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
--------------------------------------------
diff --git a/share/keyringer/genpair b/share/keyringer/genpair
index a71e472..63a5bc6 100755
--- a/share/keyringer/genpair
+++ b/share/keyringer/genpair
@@ -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