1
0
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:
stskeeps
2007-06-22 08:25:42 +00:00
parent dc69fdc2b7
commit f84c1da01d
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -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"
+5
View File
@@ -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 .. "