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
1f471a34
Commit
1f471a34
authored
Oct 01, 2010
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
0af82363
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/register_sliver.in
View file @
1f471a34
#!/usr/bin/perl -w
#
# GENIPUBLIC-COPYRIGHT
# Copyright (c) 2008-200
9
University of Utah and the Flux Group.
# Copyright (c) 2008-20
1
0 University of Utah and the Flux Group.
# All rights reserved.
#
use
strict
;
...
...
@@ -82,6 +82,7 @@ my $certificate = GeniCertificate->LoadFromFile($EMULAB_PEMFILE);
if
(
!
defined
(
$certificate
))
{
fatal
("
Could not load certificate from
$EMULAB_PEMFILE
");
}
$ENV
{'
MYURN
'}
=
"
urn:publicid:IDN+
@OURDOMAIN
@+authority+cm
";
Genixmlrpc
->
SetContext
(
Genixmlrpc
->
Context
(
$certificate
));
Genixmlrpc
->
SetTimeout
(
10
);
...
...
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