From 23341ef7d4f49eef764ad172fdff54e55ea54750 Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Wed, 1 Sep 2004 17:37:09 +0000
Subject: [PATCH] OOps, left this file out of the SSL commit.

---
 account/webmkusercert.in | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 account/webmkusercert.in

diff --git a/account/webmkusercert.in b/account/webmkusercert.in
new file mode 100644
index 0000000000..e59fc57e59
--- /dev/null
+++ b/account/webmkusercert.in
@@ -0,0 +1,25 @@
+#!/usr/bin/perl -w
+
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2004 University of Utah and the Flux Group.
+# All rights reserved.
+#
+
+use English;
+
+#
+# This gets invoked from the Web interface. Simply a wrapper ...
+#
+
+#
+# Configure variables
+#
+my $TB       = "@prefix@";
+
+#
+# Run the real thing, and never return.
+# 
+exec "$TB/sbin/mkusercert", @ARGV;
+
+die("webmkusercert: Could not exec mkusercert: $!");
-- 
GitLab