Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
6c93c8dd
Commit
6c93c8dd
authored
May 21, 2014
by
Leigh B Stoller
Browse files
Call openvpn-setup script.
parent
bb3598d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/initcerts.in
View file @
6c93c8dd
#!/usr/bin/perl -w
#!/usr/bin/perl -w
#
#
# Copyright (c) 2008-201
2
University of Utah and the Flux Group.
# Copyright (c) 2008-201
4
University of Utah and the Flux Group.
#
#
# {{{GENIPUBLIC-LICENSE
# {{{GENIPUBLIC-LICENSE
#
#
...
@@ -311,6 +311,8 @@ if ($asch) {
...
@@ -311,6 +311,8 @@ if ($asch) {
system
("
$ADDAUTHORITY
-c
$SESCERT
ses
")
==
0
system
("
$ADDAUTHORITY
-c
$SESCERT
ses
")
==
0
or
fatal
("
Could not add SES certificate
");
or
fatal
("
Could not add SES certificate
");
}
}
system
("
$TB
/sbin/openvpn-setup
")
==
0
or
fatal
("
Could not setup openvpn certificates
");
#
#
# Local SiteVars to hold the UUIDs.
# Local SiteVars to hold the UUIDs.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment