mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 01:43:12 +02:00
#0003396 regarding not copying server.*pem
This commit is contained in:
@@ -1811,3 +1811,5 @@ MOTDs
|
||||
fds and cause problems, so its a heads up
|
||||
- Some minor changes to unreal.in, to fix unreal stop, start, and
|
||||
restart a bit.
|
||||
- #0003396 reported and patched by Bock regarding not copying server.*.pem
|
||||
on "make install"
|
||||
|
||||
@@ -229,6 +229,11 @@ install: all
|
||||
-@if [ ! -f "$(IRCDDIR)/curl-ca-bundle.crt" ] ; then \
|
||||
$(INSTALL) -m 0700 curl-ca-bundle.crt $(IRCDDIR) ; \
|
||||
fi
|
||||
-@if [ -f server.key.pem ] ; then \
|
||||
if [ ! -f "$(IRCDDIR)/server.key.pem" ] ; then \
|
||||
$(INSTALL) -m 0600 server.*.pem $(IRCDDIR) ; \
|
||||
fi ; \
|
||||
fi
|
||||
|
||||
pem: src/ssl.cnf
|
||||
@echo "Generating certificate request .. "
|
||||
|
||||
Reference in New Issue
Block a user