Remove mire from admin scripts
[hcoop/scripts.git] / ca-install
index affe079..dc6cc5a 100755 (executable)
@@ -8,7 +8,7 @@
 # If the certificate comes from the member's home directory, then
 # don't place an extra copy there.
 #
-# Run this on deleuze as an admin.
+# Run this on an administrative node while holding admin tokens.
 #
 # Usage: ca-install member domain cert-file.pem [key-file.pem]
 
@@ -31,7 +31,7 @@ else
     KEY=$4
 fi
 
-WEBSERVER=mire.hcoop.net
+WEBSERVER=navajos.hcoop.net
 
 function verify_cert () {
     if test -z "$2" || test -n "$3"; then
@@ -56,9 +56,9 @@ function verify_cert () {
     fi
 }
 
-# Make sure we run this from deleuze
-if test "$(hostname -s)" != "deleuze"; then
-    echo "Error: This script must be run from deleuze."
+# Make sure we run this from an admin host...
+if test "$(hostname -s)" != "fritz"; then
+    echo "Error: This script must be run from fritz."
     exit 1
 fi