Skip to content

Commit f208687

Browse files
committedDec 31, 2011
Note how to handle chained certificates.
1 parent 2a29bcb commit f208687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎wre/var/setupfiles/nginx.template

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ server {
5959
# return 400
6060
# }
6161
#
62+
# # For chained certificates, concatenate all the certs together, starting with the
63+
# # site certificate and then the chained certificates
6264
# ssl_certificate [% domainRoot %]/[% sitename %]/certs/server.crt
6365
# ssl_certificate_key [% domainRoot %]/[% sitename %]/certs/server.key
6466
#

0 commit comments

Comments
 (0)
Please sign in to comment.