Skip to content

Commit

Permalink
Merge pull request #2141 from mcnewton/v3.0.x
Browse files Browse the repository at this point in the history
inner-server openssl config install
  • Loading branch information
alandekok committed Dec 12, 2017
2 parents cf352eb + 13fd475 commit 0519aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion raddb/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ DEFAULT_MODULES := always attr_filter cache_eap chap date \
LOCAL_MODULES := $(addprefix raddb/mods-enabled/,$(DEFAULT_MODULES))

LOCAL_CERT_FILES := Makefile README xpextensions \
ca.cnf server.cnf client.cnf bootstrap
ca.cnf server.cnf inner-server.cnf \
client.cnf bootstrap

#
# We don't create the installed certs if we're building a package,
Expand Down
2 changes: 1 addition & 1 deletion raddb/certs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OPENSSL = openssl
#
# Set the passwords
#
-include passwords.mk
include passwords.mk

######################################################################
#
Expand Down

0 comments on commit 0519aa4

Please sign in to comment.