Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emulab
emulab-devel
Commits
c7c3fa06
Commit
c7c3fa06
authored
20 years ago
by
Leigh B. Stoller
Browse files
Options
Downloads
Patches
Plain Diff
Uh, flip things around so the comments match what I changed!
parent
8c3a7e33
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ssl/GNUmakefile.in
+12
-12
12 additions, 12 deletions
ssl/GNUmakefile.in
with
12 additions
and
12 deletions
ssl/GNUmakefile.in
+
12
−
12
View file @
c7c3fa06
...
...
@@ -66,21 +66,21 @@ server.pem: dirsmade server.cnf ca.cnf
#
# This is for the main web server on boss.
#
apache
2
.pem: dirsmade apache
2
.cnf ca.cnf
apache.pem: dirsmade apache.cnf ca.cnf
#
# Create the server side private key and certificate request.
#
openssl req -new -config apache
2
.cnf \
-keyout apache
2
_key.pem -out apache
2
_req.pem
openssl req -new -config apache.cnf \
-keyout apache_key.pem -out apache_req.pem
#
# Combine key and cert request.
#
cat apache
2
_key.pem apache
2
_req.pem > newreq.pem
cat apache_key.pem apache_req.pem > newreq.pem
#
# Sign the apache cert request, creating a apache certificate.
#
openssl ca -batch -policy policy_sslxmlrpc -config ca.cnf \
-out apache
2
_cert.pem \
-out apache_cert.pem \
-cert cacert.pem -keyfile cakey.pem \
-infiles newreq.pem
#
...
...
@@ -89,27 +89,27 @@ apache2.pem: dirsmade apache2.cnf ca.cnf
# installed into the apache cert/key directories by install/boss-install
# when the boss node is created.
#
cat apache
2
_key.pem apache
2
_cert.pem > apache
2
.pem
cat apache_key.pem apache_cert.pem > apache.pem
rm -f newreq.pem
#
# This is for the secondary web server on users.
#
apache.pem: dirsmade apache.cnf ca.cnf
apache
2
.pem: dirsmade apache
2
.cnf ca.cnf
#
# Create the server side private key and certificate request.
#
openssl req -new -config apache.cnf \
-keyout apache_key.pem -out apache_req.pem
openssl req -new -config apache
2
.cnf \
-keyout apache
2
_key.pem -out apache
2
_req.pem
#
# Combine key and cert request.
#
cat apache_key.pem apache_req.pem > newreq.pem
cat apache
2
_key.pem apache
2
_req.pem > newreq.pem
#
# Sign the apache cert request, creating a apache certificate.
#
openssl ca -batch -policy policy_sslxmlrpc -config ca.cnf \
-out apache_cert.pem \
-out apache
2
_cert.pem \
-cert cacert.pem -keyfile cakey.pem \
-infiles newreq.pem
#
...
...
@@ -118,7 +118,7 @@ apache.pem: dirsmade apache.cnf ca.cnf
# installed into the apache cert/key directories by install/boss-install
# when the boss node is created.
#
cat apache_key.pem apache_cert.pem > apache.pem
cat apache
2
_key.pem apache
2
_cert.pem > apache
2
.pem
rm -f newreq.pem
capture.pem: dirsmade capture.cnf ca.cnf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment