Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
7ab93fc0
Commit
7ab93fc0
authored
Sep 03, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor change to previous revision.
parent
c62aa1f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
install/phases/boss/sslcerts
install/phases/boss/sslcerts
+5
-3
No files found.
install/phases/boss/sslcerts
View file @
7ab93fc0
...
...
@@ -59,12 +59,14 @@ sub Install($$$)
# This is for complete regen of an existing site, but we
# want to retain the old key/cert, as for a genirack rebuild.
#
if (-e $OLDEMULABPEM && -e $OLDEMULABKEY
&& $PGENISUPPORT
) {
if (-e $OLDEMULABPEM && -e $OLDEMULABKEY) {
ExecQuietFatal("$GMAKE -C $TOP_OBJDIR/ssl prebuild");
ExecQuietFatal("$CP -p $OLDEMULABKEY $TOP_OBJDIR/ssl");
ExecQuietFatal("$CP $OLDEMULABPEM $TOP_OBJDIR/ssl");
# Prevent reregistration of old certs.
ExecQuietFatal("$TOUCH $ETCDIR/.protogeni_federated");
if ($PGENISUPPORT) {
# Prevent reregistration of old certs.
ExecQuietFatal("$TOUCH $ETCDIR/.protogeni_federated");
}
}
ExecQuietFatal("$GMAKE -C $TOP_OBJDIR/ssl remote-site");
};
...
...
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