Skip to content
GitLab
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
c7c3fa06
Commit
c7c3fa06
authored
Mar 08, 2005
by
Leigh B. Stoller
Browse files
Uh, flip things around so the comments match what I changed!
parent
8c3a7e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
ssl/GNUmakefile.in
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
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment