ca-sign: Mention in header that this needs to be run as an admin on deleuze.
authorroot <root@deleuze.hcoop.net>
Wed, 14 May 2008 21:46:38 +0000 (17:46 -0400)
committerroot <root@deleuze.hcoop.net>
Wed, 14 May 2008 21:46:38 +0000 (17:46 -0400)
ca-sign

diff --git a/ca-sign b/ca-sign
index 953d289..a5992bf 100755 (executable)
--- a/ca-sign
+++ b/ca-sign
@@ -4,6 +4,8 @@
 # admin.  If a domain is provided, then the certificate request must
 # apply only to that domain.
 #
+# Run this on deleuze as an admin.
+#
 # Usage: ca-sign days request.csr key.asc outfile.pem [domain]
 
 if test -n "$6" || test -z "$4"; then