Skip to content
Snippets Groups Projects
Commit 23341ef7 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

OOps, left this file out of the SSL commit.

parent 3a154930
No related merge requests found
#!/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: $!");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment