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
851256ce
Commit
851256ce
authored
Nov 02, 2009
by
Gary Wong
Browse files
Refuse to use syscert.cnf if it's too old.
parent
e1a530a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/initsite.in
View file @
851256ce
...
...
@@ -279,7 +279,8 @@ if ($asch) {
system
("
/bin/cp
$TB
/etc/emulab.pem
$TB
/etc/genicacerts
")
==
0
or
fatal
("
Could not initialize
$TB
/etc/genicacerts
");
}
if
(
!
-
e
"
$TB
/lib/ssl/syscert.cnf
")
{
if
(
!
-
e
"
$TB
/lib/ssl/syscert.cnf
"
||
system
(
"
grep -q protogeni_oids
\"
$TB
/lib/ssl/syscert.cnf
\"
"
)
!=
0
)
{
print
"
Please go to the ssl subdir of your build tree and do:
\n
";
print
"
sudo gmake install-conf
\n
";
print
"
Then rerun this script
\n
";
...
...
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