Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
ca2999ca
Commit
ca2999ca
authored
Jan 22, 2009
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another little bug fix; make sure that the ssl index.attr file has
the proper unique_subject line in it.
parent
ec55bee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
protogeni/scripts/initsite.in
protogeni/scripts/initsite.in
+8
-0
No files found.
protogeni/scripts/initsite.in
View file @
ca2999ca
...
...
@@ -196,6 +196,14 @@ if (! -e "$TB/lib/ssl/syscert.cnf") {
print
"
Then rerun this script
\n
";
exit
(
1
);
}
#
# I do not understand where this file comes from.
#
if
(
!
-
e
"
$TB
/ssl/index.txt.attr
"
||
system
("
egrep -q -s 'no'
$TB
/ssl/index.txt.attr
"))
{
system
("
echo 'unique_subject = no' >
$TB
/ssl/index.txt.attr
")
==
0
or
fatal
("
Could not update
$TB
/ssl/index.txt.attr
");
}
my
$restartapache
=
0
;
...
...
Write
Preview
Markdown
is supported
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