summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-11-28 09:03:25 -0500
committerTodd Zullinger <tmz@pobox.com>2008-11-28 16:30:14 -0500
commit02f849c8654c8579e4ae4a90499045c8c0255013 (patch)
treebbd5444fc6da8a0264af89ee3edafbd168eb26ca
parent5f531185a3f64897875d4ba38b426de2c68ec1a1 (diff)
downloadpuppet-host-package-02f849c8654c8579e4ae4a90499045c8c0255013.tar.gz
puppet-host-package-02f849c8654c8579e4ae4a90499045c8c0255013.tar.xz
puppet-host-package-02f849c8654c8579e4ae4a90499045c8c0255013.zip
Note pyOpenSSL/openssl requirement in README
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 26056d0..4c8ef5a 100644
--- a/README
+++ b/README
@@ -16,6 +16,10 @@ generally want to run this script on your puppetmaster so that the certs that
are generated will be usable on the puppetmaster without any further
configuation.
+The date the certificate was generated is used as the package version. To
+extract the date from existing certificates, either pyOpenSSL >= 0.7 or openssl
+is needed. Without either of these, the current date will be used.
+
By default, packages are created in the current directory. This is
configurable. You might want to put them in a dedicated puppet-hosts
repository, for example.